getBackendBandwidthUsage


SoftLayer_Hardware_SecurityModule750::getBackendBandwidthUsage

Retrieves public bandwidth usage records.

Description

Use this method to return an array of private bandwidth utilization records between a given date range.

This method represents the NEW version of getFrontendBandwidthUse


Parameters

Name Type Description
startDate dateTime Date from which to begin retrieving bandwidth data (inclusive).
endDate dateTime Date at which to stop retrieving bandwidth data (inclusive).

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_Hardware_SecurityModule750/{SoftLayer_Hardware_SecurityModule750ID}/getBackendBandwidthUsage'