"SoftLayer_" prefix removed for readability.
calculate the average daily network traffic used by a server in gigabytes.
Name | Type | Description |
---|---|---|
startDate | dateTime | The start date for the range of bandwidth a customer wishes to view. |
endDate | dateTime | The end date for the range of bandwidth a customer wishes to view. |
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}/getDailyAverage'