getSensorDataWithGraphs


SoftLayer_Hardware_Router::getSensorDataWithGraphs

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

Description

The ‘‘‘getSensorDataWithGraphs’’’ method retrieves the raw data returned from the server’s remote management card. Along with raw data, graphs for the CPU and system temperatures and fan speeds are also returned. For more details on what information is returned, refer to the ‘‘getSensorData’’ method.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

Error Handling

  • “Method has not been implemented for this object type.”
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Router/{SoftLayer_Hardware_RouterID}/getSensorDataWithGraphs'