DataPoints

DataPoints
DataPoints
JSON Example
{
    "end": 1580897313933,
    "interval": "string",
    "label": "C4-09b2917c-bbe9-4693-ae3f-95b43a94b244",
    "samples": [
        {
            "bytes": "52236.0",
            "timestamp": 1563458400000
        }
    ],
    "start": 1479249799770
}
integer As int64 As int64
end
Optional

Timestamp in msec of the moment until samples are retrieved. Might differ from the timestamp requested by the user. The default is 'now'.

interval
Optional

interval

string
label
Optional

The object for which historic data is collected.

array of DataPoint
samples
Optional

The data points.

integer As int64 As int64
start
Optional

Timestamp in msec of the moment from which samples are retrieved. Might differ from the timestamp requested by the user. The default is 24 hours ago.