Skip to main content

GET – Processor metric properties

Use the GET method to retrieve properties in a Processor Metric for Redfish service.

Request URL

GET https://<BMC_IPADDR>/redfish/v1/Systems/1/Processors/{1-N}/ProcessorMetrics

Request body

None

Response body

FieldTypeDescription

Id

String

ProcessorMetrics

Name

String

Processor Metrics

Description

String

This resource is used to represent a processor metrics for a Redfish implementation.

ConsumedPowerWatt

Number

The consumed Power watt of this processor.

TemperatureCelsius

Number

The temperature of the processor.

Status code

HTTP Status CodeError Message ID
500InternalError

Example

The following example JSON response is returned:

{
"@odata.etag": "\"E2885BB0\"",
"@odata.id": "/redfish/v1/Systems/1/Processors/1/ProcessorMetrics",
"@odata.type": "#ProcessorMetrics.v1_6_0.ProcessorMetrics",
"ConsumedPowerWatt": 70,
"Description": "This resource is used to represent a processor metrics for a Redfish implementation.",
"Id": "ProcessorMetrics",
"Name": "Processor Metrics",
"TemperatureCelsius": 37
}