Items with tag metric

    java

    php

    python

    reference

    • getBandwidthData
      Retrieve a collection of raw bandwidth data from an individual public or private network tracking object. Raw data is ideal if you with to employ your own traffic storage and graphing systems.
    • getBandwidthGraph
      [DEPRECATED] Retrieve a PNG image of a bandwidth graph representing the bandwidth usage over time recorded by SofTLayer's bandwidth pollers.
    • getBandwidthTotal
      Retrieve the total amount of bandwidth recorded by a tracking object within the given date range. This method will only work on SoftLayer_Metric_Tracking_Object for SoftLayer_Hardware objects, and SoftLayer_Virtual_Guest objects.
    • getDetailsForDateRange
      Retrieve a collection of detailed metric data over a date range. Ideal if you want to employ your own graphing systems. Note not all metrics support this method. Those that do not return null.
    • getGraph
      [DEPRECATED] Retrieve a PNG image of a metric in graph form.
    • getMetricDataTypes
      Returns a collection of metric data types that can be retrieved for a metric tracking object.
    • getObject
      getObject retrieves the SoftLayer_Metric_Tracking_Object object whose ID number corresponds to the ID number of the init parameter passed to the SoftLayer_Metric_Tracking_Object service. You can only tracking objects that are associated with your SoftLayer account or services.
    • getObject
      Retrieve a SoftLayer_Metric_Tracking_Object_Bandwidth_Summary record.
    • getSummary
      Retrieve a metric summary. Ideal if you want to employ your own graphing systems. Note not all metric types contain a summary. These return null.
    • getSummaryData
      Returns summarized metric data for the date range, metric type and summary period provided.
    • getType
      The type of data that a tracking object polls.
    • SoftLayer_Metric_Tracking_Object
      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](/reference/datatypes/SoftLayer_Metric_Tracking_Object) service to retrieve raw and graph data from a tracking object.
    • SoftLayer_Metric_Tracking_Object
      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. The SoftLayer_Metric_Tracking_Object service contains methods that allow users to retrieve data from these tracking objects in raw and graph form.
    • SoftLayer_Metric_Tracking_Object_Abstract
      SoftLayer_Metric_Tracking_Object_Abstract models a generic tracking object type. Typically a tracking object with a specific purpose has it's own data type defined within the SoftLayer API.
    • SoftLayer_Metric_Tracking_Object_Bandwidth_Summary
      This data type provides commonly used bandwidth summary components for the current billing cycle.
    • SoftLayer_Metric_Tracking_Object_Bandwidth_Summary
    • SoftLayer_Metric_Tracking_Object_Data
      SoftLayer_Metric_Tracking_Object_Data models an individual unit of data tracked by a SoftLayer tracking object, including the type of data polled, the date it was polled at, and the counter value that was measured at polling time.
    • SoftLayer_Metric_Tracking_Object_HardwareServer
      SoftLayer_Metric_Tracking_Object_HardwareServer models tracking objects specific to physical hardware and the data that are recorded by those servers.
    • SoftLayer_Metric_Tracking_Object_Type
      SoftLayer [SoftLayer_Metric_Tracking_Object](/reference/datatypes/SoftLayer_Metric_Tracking_Object) can model various kinds of measured data, from server and virtual server bandwidth usage to CPU use to remote storage usage. SoftLayer_Metric_Tracking_Object_Type models one of these types and is referred to in tracking objects to reflect what type of data they track.
    • SoftLayer_Metric_Tracking_Object_Virtual_Storage_Repository
    • SoftLayer_Metric_Tracking_Object_VirtualDedicatedRack
      SoftLayer_Metric_Tracking_Object_VirtualDedicatedRack models tracking objects specific to virtual dedicated racks. Bandwidth Pooling aggregate the bandwidth used by multiple servers within the rack.