"SoftLayer_" prefix removed for readability.
| Name | Type | Description |
|---|---|---|
| networkType | string | Specify either the public or private network |
| direction | string | Specify either in or out usage |
| startDate | string | Beginning of cycle to sum usage |
| endDate | string | Beginning of cycle to sum usage |
| serverIds | int[] | Integer array of specific server IDs |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string, string, string, int]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getBandwidthList'