GET – Collection of MetricReport
Use the GET method to retrieve the properties MetricReport collection resource for Redfish service.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/TelemetryService/MetricReports
Request body
None
Response body
| Field | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
Name  | String | MetricReports  | ||||||
Members  | Array | Items: A reference link of the elements of MetricReport  | ||||||
Description  | String | A Collection of MetricReport resource instances.  | ||||||
Note
CPUTemp
InletAirTemp
PowerMetrics
PowerSupplyStats
CPUPowerMetrics (Not supported on Lenovo AMD systems)
MemoryUtilizationStats (Not supported on Lenovo AMD systems)
CPUUtilizationStats (Not supported on Lenovo AMD systems)
Status code
| HTTP Status Code | Error Message ID | 
|---|---|
| 500 | InternalError | 
Example
The following example JSON response is returned:
{
    "@odata.context": "/redfish/v1/$metadata#MetricReportCollection.MetricReportCollection",
    "@odata.etag": "\"FB139188\"",
    "@odata.id": "/redfish/v1/TelemetryService/MetricReports",
    "@odata.type": "#MetricReportCollection.MetricReportCollection",
    "Description": "A Collection of MetricReport resource instances.",
    "Members": [
        {
            "@odata.id": "/redfish/v1/TelemetryService/MetricReports/CPUTemp"
        },
        {
            "@odata.id": "/redfish/v1/TelemetryService/MetricReports/InletAirTemp"
        },
        {
            "@odata.id": "/redfish/v1/TelemetryService/MetricReports/PowerMetrics"
        },
        {
            "@odata.id": "/redfish/v1/TelemetryService/MetricReports/PowerSupplyStats"
        },
        {
            "@odata.id": "/redfish/v1/TelemetryService/MetricReports/CPUUtilizationStats"
        },
        {
            "@odata.id": "/redfish/v1/TelemetryService/MetricReports/MemoryUtilizationStats"
        },
        {
            "@odata.id": "/redfish/v1/TelemetryService/MetricReports/CPUPowerMetrics"
        }
    ],
    "Members@odata.count": 7,
    "Name": "MetricReports"
}
Give documentation feedback