I am new to ilorest. I would like to get the current reading of a temperature sensor on the box.
This could get me all the Fans and Temperatures:
curl -X GET https://<ilo_ip>/redfish/v1/chassis/1/thermal
Anyone knows if the API to get a specific sensor's reading? E.g. Temperatures, Number 5
I found this from the doc, but I cannot get it to work properly:
https://hewlettpackard.github.io/ilo-rest-api-docs/ilo4/?shell#temperatures-array-item-context
Temperatures[array-item].CurrentReading
JSONPath: /Temperatures/(array index)/CurrentReading (read only integer)
The current reading of the temperature sensor.
Thanks!