getBandwidthList


SoftLayer_Account::getBandwidthList

Description


Parameters

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

Required Headers

Optional Headers

  • None

Return Values

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'