"SoftLayer_" prefix removed for readability.
Retrieves public bandwidth usage records.
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
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). |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [dateTime, dateTime]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule/{SoftLayer_Hardware_SecurityModuleID}/getBackendBandwidthUsage'