Skip to main content

GET – Metric Report Collection

Request

GET https://{{ip}}/redfish/v1/TelemetryService/MetricReports
Content-Type: application/json

Response

Please refer to Collection Properties for the JSON response property.

Response example

{
"@odata.context": "/redfish/v1/$metadata#MetricReportCollection.MetricReportCollection",
"@odata.etag": "\"1581503942\"",
"@odata.id": "/redfish/v1/TelemetryService/MetricReports",
"@odata.type": #MetricReportCollection.MetricReportCollection",
"Members": [
{
"@odata.id": "/redfish/v1/TelemetryService/MetricReports/AverageTemperatureReport"
},
{
"@odata.id": "/redfish/v1/TelemetryService/MetricReports/TemperatureReport"
}
],
"Members@odata.count": 2,
"Name": "MetricReports"
}