getBandwidthImageByDate


SoftLayer_Network_Application_Delivery_Controller::getBandwidthImageByDate

Retrieve a visual representation of the amount of network traffic that occurred for the specified time frame for an application delivery controller.

Description

Use this method when needing a bandwidth image for a single application delivery controller. It will gather the correct input parameters for the generic graphing utility based on the date ranges

Parameters

Name Type Description
startDateTime dateTime datetime of the start date of the graph
endDateTime dateTime datetime of the ending date of the graph
networkType string $networkType type of the graph, either “public” or “private”

Required Headers

Optional Headers

  • None

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [dateTime, dateTime, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Application_Delivery_Controller/{SoftLayer_Network_Application_Delivery_ControllerID}/getBandwidthImageByDate'