Developers Guide

Table Of Contents
RedfishTelemetry
This URI represents chassis telemetry.
/redfish/v1/TelemetryService
This URI represents telemetry service resource information. The resource has links to various telemetry definitions and the
collection of telemetry data.
GET method for telemetry service
This method gets the telemetry service resource information.
Description Returns the telemetry service resource information.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/
redfish/v1/$metadata#TelemetryService.TelemetryService",
"@odata.id": "/redfish/v1/TelemetryService",
"@odata.type": "#TelemetryService.v1_2_0.TelemetryService",
"Actions": {
"#TelemetryService.SubmitTestMetricReport": {
"target": "/redfish/v1/TelemetryService/Actions/
TelemetryService.SubmitTestMetricReport"
}
},
"Description": "The Manager TelemetryService",
"Id": "TelemetryService",
"MaxReports": 48,
"MetricDefinitions": {
"@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions"
},
"MetricReportDefinitions": {
"@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions"
},
"MetricReports": {
"@odata.id": "/redfish/v1/TelemetryService/MetricReports"
},
"MinCollectionInterval": "PT0H0M5S",
"Name": "TelemetryService",
"Oem": {
"Dell": {
"@odata.type": "#DellTelemetryService.v1_0_0.DellTelemetryService",
"FQDDList": [
"System.Chassis.1",
"Fan.Slot.2",
"Fan.Slot.3",
"Fan.Slot.4",
"Fan.Slot.5",
"Fan.Slot.6",
"Fan.Slot.7",
"Fan.Slot.8",
"Fan.Slot.9",
"PSU.Slot.1",
"PSU.Slot.2",
"PSU.Slot.3",
"PSU.Slot.4",
"PSU.Slot.5",
"PSU.Slot.6"
],
"SourceList": [
Redfish resource model
795