SoftLayer Container Bandwidth GraphInputs
From SoftLayer Development Network Wiki
Contents |
Overview
SoftLayer_Container_Bandwidth_GraphInputs models a single inbound object for a given bandwidth graph.
| Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties. |
Local Properties
endDate
This is a unix timestamp that represents the stop date/time for a graph.
- Type: dateTime
networkInterfaceId
The front-end or back-end network uplink interface associated with this server.
- Type: integer
pod
- Type: integer
- Permission: The POD number responsible for montioring the server's bandwidth.
serverName
This is a human readable name for the server or rack being graphed.
- Type: string
startDate
This is a unix timestamp that represents the begin date/time for a graph.
- Type: dateTime
Associated Methods
- SoftLayer_Utility_Bandwidth_Graph::getBandwidthImage
- SoftLayer_Utility_Bandwidth_Graph::getBandwidthGraphParameters

