SoftLayer Network ContentDelivery Account::getDiskSpaceUsageImageByDate
From SoftLayer Development Network Wiki
getDiskSpaceUsageImageByDate is a member of the SoftLayer_Network_ContentDelivery_Account service.
Contents |
Overview
This method returns a disk usage graph wrapped in Bandwidth Graph object. Bandwidth Graph object contains a starting time, ending time, graph title, graph binary data, and in and outbound total bytes.
Return Type
getDiskSpaceUsageImageByDate returns the SoftLayer_Container_Bandwidth_GraphOutputs data type.
Headers
Required Headers
getDiskSpaceUsageImageByDate requires the following headers:
Parameters
getDiskSpaceUsageImageByDate takes the following parameters:
beginDateTime
beginning time
- Type: dateTime
endDateTime
ending time
- Type: dateTime
Error Handling
getDiskSpaceUsageImageByDate throws the following exceptions:
- SoftLayer_Exception_Public
- Throws an exception if a user does not have CDN_BANDWIDTH_VIEW privilege.
- SoftLayer_Exception_Public
- Throws an exception if the $beginDateTime is not a valid date value.
- SoftLayer_Exception_Public
- Throws an exception if the $endDateTime is not a valid date value.

