SoftLayer Hardware Server::getPrivateBandwidthDataSummary
From SoftLayer Development Network Wiki
getPrivateBandwidthDataSummary is a member of the SoftLayer_Hardware_Server service.
Contents |
Overview
Retrieve a brief summary of a server's private network bandwidth usage. getPrivateBandwidthDataSummary retrieves a server's bandwidth allocation for its billing period, its estimated usage during its billing period, and an estimation of how much bandwidth it will use during its billing period based on its current usage. A server's projected bandwidth usage increases in accuracy as it progresses through its billing period.
User Access
Users wishing to execute getPrivateBandwidthDataSummary must have the following permissions assigned to their account:
- View Hardware Details
Return Type
getPrivateBandwidthDataSummary returns the SoftLayer_Container_Network_Bandwidth_Data_Summary data type.
Headers
Required Headers
getPrivateBandwidthDataSummary requires the following headers set:
Optional Headers
getPrivateBandwidthDataSummary takes the following optional headers:
Error Handling
getPrivateBandwidthDataSummary throws the following exceptions:
- SoftLayer_Exception
- Throw the exception "Unable to load the private bandwidth data summary for the server {id}." if the API is unable to retrieve a server's public bandwidth data.

