I have a question regarding the use of the getBandwidthDataByDate
request using the SoftLayer REST API
.
In the documentation it lists 3 parameters for this request, but it's a GET
request. Does anyone know how to make this request and/or have an example?
https://api.softlayer.com/rest/v3/SoftLayer_Virtual_Guest/getBandwidthDataByDate/'device_id'.json
I'm not sure where to add the parameters here.(startDateTime, endDateTime, networkType)
And what does the dateTime object look like?
Thanks