SoftLayer Network Bandwidth Version1 Interface
From SoftLayer Development Network Wiki
Contents |
Overview
All bandwidth tracking is maintained through the switch that the bandwidth is used through. All bandwidth is stored in a "pod" repository. An interface links the hardware switch with the pod repository identification number. This is only relevant to bandwidth data. It is not common to use this.
| 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
hostId
A interface's host. The host stores the pod number for the bandwidth data.
- Type: integer
- Length: 4 digits
networkComponentId
The network component for this interface.
- Type: integer
- Length: 4 digits
Relational Properties
host
The host for an interface. This is not to be confused with a SoftLayer hardware
host can be queried by object mask.
host must be a unique value.
networkComponent
The switch for an interface.
networkComponent can be queried by object mask.
networkComponent must be a unique value.

