SoftLayer_Metric_Tracking_Object


SoftLayer_Metric_Tracking_Object

Description

Metric tracking objects provides a common interface to all metrics provided by SoftLayer. These metrics range from network component traffic for a server to aggregated Bandwidth Pooling traffic and more. Every object within SoftLayer’s range of objects that has data that can be tracked over time has an associated tracking object. Use the SoftLayer_Metric_Tracking_Object service to retrieve raw and graph data from a tracking object.

Local


data

The data recorded by a tracking object.
Type: SoftLayer_Metric_Tracking_Object_Data[]


id

A tracking object’s internal identifier.
Type: int


label

Tracking object label
Type: string


resourceTableId

The identifier of the existing resource this object is attempting to track.
Type: int


startDate

The date this tracker began tracking this particular resource.
Type: dateTime

Relational


type

The type of data that a tracking object polls.
Type: SoftLayer_Metric_Tracking_Object_Type

Count