GET – EnvironmentMetrics properties
Use the GET method to retrieve properties in EnvironmentMetrics resource for Redfish service.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/Chassis/1/EnvironmentMetrics
Request body
None
Response body
Field | Type | Description | |||
---|---|---|---|---|---|
Id | String | “EnvironmentMetrics” | |||
Name | String | “Chassis Environment Metrics” | |||
Description | String | This resource shall represent an environment metrics for a Redfish implementation. | |||
FanSpeedsPercent | Array | Items: Fan sensors speeds (percent) | |||
FanSpeedsPercent[N] | Object | Expanded | |||
DataSourceUri | String | Redfish fan sensor resource path. | |||
Reading | Number | Equals to fan sensor reading. | |||
FanSpeedsPercent@odata.count | Integer | The sum of all counts of fan sensor in this chassis. | |||
PowerWatts | Object | Expanded | |||
DataSourceUri | String | Redfish sensor resource path of “Sys Power” sensor | |||
Reading | Integer | Equals to “Sys Power” sensor reading. | |||
TemperatureCelsius | Object | Expanded | |||
DataSourceUri | String | Redfish sensor resource path of “Ambient Temp” sensor | |||
Reading | Integer | Equals to “Ambient Temp” sensor reading. |
Give documentation feedback