GET – Collection of MetricDefinition
Use the GET method to retrieve the properties MetricDefinition collection resource for Redfish service.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/TelemetryService/MetricDefinitions
Request body
None
Response body
Field | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
Members | Array | Items: A reference link of the elements of MetricDefinition | ||||||
Name | String | MetricDefinitions | ||||||
Description | String | A Collection of MetricDefinition resource instances. |
Note: the collection of “MetricDefinition” may contain members below:
AveragePowerSupplyInput,
AveragePowerSupplyOutput,
AverageCPUUtilization, (not support on Lenovo AMD systems)
AverageMemoryUtilization. (not support on Lenovo AMD systems)
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Example
The following example JSON response is returned:
{
"Name": "MetricDefinitions",
"@odata.etag": "\"52b424e502c413c3426d0b430b95c9a1\"",
"Members@odata.count": 4,
"@odata.type": "#MetricDefinitionCollection.MetricDefinitionCollection",
"Description": "A Collection of MetricDefinition resource instances.",
"@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions",
"Members": [
{
"@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/AveragePowerSupplyInput"
},
{
"@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/AveragePowerSupplyOutput"
},
{
"@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/AverageCPUUtilization"
},
{
"@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/AverageMemoryUtilization"
}
]
}
Give documentation feedback