DataPoints
DataPoints
Historic traffic samples for a VM replication or aggregated by owner.
JSON Example
{
"end": 1580897313933,
"interval": "string",
"label": "C4-09b2917c-bbe9-4693-ae3f-95b43a94b244",
"samples": [
{
"bytes": 52236,
"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'.
string
label
Optional
The object for which historic data is collected.
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.