While making call to <thinger_server>/v1/users/<username>/stats
it returns following json somthing like this:
{ "buckets": { ..... }, "dashboards": { .... }, "devices": { "connected": 1, "created": 2, "limit": 2, "usage": [{ "bw": 82, "cn": 2, "dc": 0, "ep": 0, "ka": 28, "rx": 2133, "ts": 1603756800000, "tx": 22319 }] }, "endpoints": { ........ }, "tokens": { .......... } }
My question is, what exactly are these acronyms ( bw, cn, dc, ep, ka, rx, ts, tx )
Like for example: ts is timestamp… ( and I guess bw is bytes written).
So What are rest of these acronyms?
does anyone know…