getServerTemperatureGraphs


SoftLayer_Hardware::getServerTemperatureGraphs

Retrieve server’s temperature graphs

Description

The ‘‘‘getServerTemperatureGraphs’’’ retrieves the server’s temperatures and displays the various temperatures using thermometer graphs. Temperatures retrieved are CPU temperature(s) and system temperatures. Data used to construct the graphs is retrieved from the server’s remote management card. All graphs returned will have an associated title.

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/{SoftLayer_HardwareID}/getServerTemperatureGraphs'