getBandwidthForDateRange


SoftLayer_Virtual_Guest::getBandwidthForDateRange

Retrieve bandwidth data from a tracking object.

Description

Retrieve a collection of bandwidth data from an individual public or private network tracking object. Data is ideal if you with to employ your own traffic storage and graphing systems.

Parameters

Name Type Description
startDate dateTime
endDate dateTime

Required Headers

Optional Headers

  • None

Return Values

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