"SoftLayer_" prefix removed for readability.
Retrieve raw bandwidth data from a tracking object.
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.
Name | Type | Description |
---|---|---|
startDateTime | dateTime | The starting date of the range of data you wish to collect. |
endDateTime | dateTime | The ending date of the range of data you wish to collect. |
type | string | The type type of the bandwidth data you wish to retrieve, either “public” or “private”. |
rollupSeconds | integer | The amount of rollup seconds to segregate data in. Rollup seconds enable you to retrieve the average amount of bandwidth used per individual delta in your date range. For instance, a rollupSeconds value of 3600 will return data averaged over every hour. |