"SoftLayer_" prefix removed for readability.
Retrieve the amount of outgoing private network bandwidth used by a server over a period of time.
Name | Type | Description |
---|---|---|
startDate | dateTime | The start date for the range of bandwidth to retrieve. |
endDate | dateTime | The end date for the range of bandwidth to retrieve. |
None
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}/getBackendOutgoingBandwidth'