Skip to main content

GET – Metric Report Definition Collection

Request

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

  1. This resource specifies a set of metrics that shall be collected into a metric report.

  2. It displays a collection of Metric Report Definitions.

Response

Please refer to Collection Properties for the JSON response property.

Response example

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