NamespaceManagement_Stats_TimeSeries_TimeSeries
NamespaceManagement_Stats_TimeSeries_TimeSeries
A set of timestamps and statistical values representing a time series. The lengths of TimeSeries.TimeSeries.time-stamps and TimeSeries.TimeSeries.values will always match each other.
JSON Example
{
"counter": "string",
"time_stamps": [
0
],
"values": [
0
]
}
string
counter
Required
Counter identifier.
array of integer
time_stamps
Required
Sequence of UNIX timestamp values at which statistical values were sampled. https://en.wikipedia.org/wiki/Unix_time
array of integer
values
Required
Sequence of sampled values corresponding to the timestamps in tss.