"SoftLayer_" prefix removed for readability.
Retrieve the amount of incoming 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_Router/{SoftLayer_Hardware_RouterID}/getBackendIncomingBandwidth'