Service: Time Series
| This API is officially released and maintained. |
This service provides access to the lifetime series data stored on the device.
| Method | Request | Response |
|---|---|---|
Get
Read out lifetime diagnostics time series for given key
Request
Request to get lifetime series data
| Field | Type | Default | Unit |
|---|---|---|---|
key |
string |
- |
- |
Time series key |
|||
aggregation_duration |
uint32 |
- |
s |
Aggregate lifetime series into buckets with the given duration. Default: 30 minutes |
|||
time_span |
uint32 |
- |
s |
Requested time span Default: 1 month |
|||
List
List available lifetime series
Response
Request to get available lifetime series
| Field | Type | Default | Unit |
|---|---|---|---|
series |
repeated SeriesEntry |
- |
- |
Map of series’s |
|||