SoftLayer Network Bandwidth Version1 Usage Detail

From SoftLayer Development Network Wiki

Jump to: navigation, search

Contents

Overview

The SoftLayer_Network_Bandwidth_Version1_Usage_Detail data type contains specific information relating to bandwidth utilization at a specific point in time on a given network interface.

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

amountIn

Incoming bandwidth utilization .

  • Type: decimal
  • Length: 8 digits before the decimal point



amountOut

Outgoing bandwidth utilization .

  • Type: decimal
  • Length: 8 digits before the decimal point



day

Day and time this bandwidth utilization event was recorded.


Relational Properties

bandwidthUsage

In and out bandwidth utilization for a specified time stamp.
bandwidthUsage can be queried by object mask.
bandwidthUsage must be a unique value.



bandwidthUsageDetailType

Describes this bandwidth utilization record as on the public or private network interface.
bandwidthUsageDetailType can be queried by object mask.
bandwidthUsageDetailType must be a unique value.

Personal tools