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 | ||||||
---|---|---|---|---|---|---|---|---|
Members | Array | Items: A reference link of the elements of MetricReport | ||||||
Name | String | MetricReports | ||||||
Description | String | A Collection of MetricReport resource instances. |
Note: the collection of “MetricReport” may contain members below:
CPUTemp
InletAirTemp
PowerMetrics
PowerSupplyStats
CPUPowerMetrics (Not support on Lenovo AMD systems)
MemoryUtilizationStats (Not support on Lenovo AMD systems)
CPUUtilizationStats (Not support on Lenovo AMD systems)
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Example
The following example JSON response is returned:
{
"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"
}
],
"@odata.type": "#MetricReportCollection.MetricReportCollection",
"@odata.id": "/redfish/v1/TelemetryService/MetricReports",
"Name": "MetricReports",
"@odata.etag": "\"590749d0e56a27efeb4\"",
"Members@odata.count": 7,
"Description": "A Collection of MetricReport resource instances."
Give documentation feedback