Hi,
we are trying out API given in this link https://api.aikaan.io/?urls.primaryName=DeviceManagement#/DeviceVitals/httpQueryMetricV1CPURequest
Most of it has json body as
{
“deviceid”: “string”,
“time_end”: “string”,
“time_groupby”: “string”,
“time_start”: “string”
}
Could you share example for above json,
- time_end, time_start is unixtime?
- time_gorupby , what are values can we pass?
- please share examples json for all api if possible