Yu_Han
1
In statistics, I want to get monthly network inBytes and outBytes use REST API.
How to doing this, or have other way?
I mean set historic data duration.
And the other one question is what does these 10 integer data mean in
{“dateTime”:“2015-05-04T11:00:00”,“data”:[0,0,0,0,0,0,0,0,0,0]} ?
Hello
Some additional cURL examples beyond historic data can be found here.
Thanks,
Matt
Yu_Han
3
In that page, historic data example result, have 10 digits data.
what are these 10 digits for.
And server historic data have 4 digits.
I also don’t know this.
Yu_Han
4
“uptime”:0,“bytesIn”:0,“bytesOut”:0,“bytesInRate”:0,“bytesOutRate”:0,“totalConnections”:0,“connectionCount”:{“CUPERTINO”:0,“RTP”:0,“MPEGDASH”:0,“SMOOTH”:0,“DVRCHUNKS”:0,“WEBM”:0,“RTMP”:0,“SANJOSE”:0}
“uptime”:0,“bytesIn”:0,“bytesOut”:0,“bytesInRate”:0,“bytesOutRate”:0,“totalConnections”:0,“connectionCount”:{“CUPERTINO”:0,“RTP”:0,“MPEGDASH”:0,“SMOOTH”:0,“RTMP”:0,“SANJOSE”:0}
to
[0,0,0,0,0,0,0,0,0,0]