getSensorDataWithGraphs


SoftLayer_Hardware_Server::getSensorDataWithGraphs

Retrieve server’s temperature and fan speed graphs as well the sensor raw data.

Description

Retrieves the raw data returned from the server’s remote management card. For more details of what is returned please refer to the getSensorData method. Along with the raw data, graphs for the cpu and system temperatures and fan speeds are also returned.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Server/{SoftLayer_Hardware_ServerID}/getSensorDataWithGraphs'