stats

stats
stats

Stats Data Response Object

JSON Example
{
    "data": [
        "number"
    ],
    "dtTimestamps": [
        0
    ],
    "intervalUnit": {
        "intervalType": "string",
        "quantifier": 0
    },
    "links": [
        {
            "description": "string",
            "href": "string",
            "name": "string",
            "rel": "string"
        }
    ],
    "maxThresholdData": [
        "number"
    ],
    "minThresholdData": [
        "number"
    ],
    "rollUpType": "string",
    "smoothValues": [
        "number"
    ],
    "statKey": {
        "key": "string"
    },
    "statValues": [
        "string"
    ],
    "timestamps": [
        0
    ],
    "values": [
        "string"
    ]
}
array of number
data
Optional

The numeric data

array of integer
dtTimestamps
Optional

Time stamps at which dt thresholds data is available

intervalUnit
Optional

Number of intervals of a particular intervalType

array of link
links
Optional

links

array of number
maxThresholdData
Optional

Data for available max dt thresholds timestamps

array of number
minThresholdData
Optional

Data for available min dt thresholds timestamps

string
rollUpType
Optional

The roll up type

Possible values are : SUM, AVG, MIN, MAX, NONE, LATEST, COUNT,
array of number
smoothValues
Optional

The smooth values

statKey
Required

Unique representation of a metric-key/stat stored and exposed by the stats platform

array of string
statValues
Optional

The string data wrapped. This is equivalent to the "values" field, with the sole difference of having values wrapped in separate elements when content type is application/xml.

array of integer
timestamps
Required

Time stamps at which data is available

array of string
values
Optional

The string data