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"
    },
    "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

intervalUnit

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

statKey

array of integer
timestamps
Required

Time stamps at which data is available

array of string
values
Optional

The string data