This request returns “live statistics” (non-graphed) of a protected domain specified by ID for: FG rate, BG rate and outgoing data rate.

Usage:

GET on /domains/{id}/statistics/inoutraterealtime?start=<time>


Notes:
  * Time is in milliseconds.
  * If start is specified, the statistics that occurred at or after the given time are returned.

Request URL:

https://<MS hostname>/jss/domains/{id}/statistics/inoutraterealtime

Header:

fios-session:vc_sessionId

Request:

N/A

Response:

{

  "unixTimeMs": [1562958488829, 1562958518314, 1562958548452],

  "fgKBps": [3686, 2047, 5323],

  "bgKBps": [2118, 2579, 4201],

  "outKBps": [5270, 5109, 5363],

  "replKBps": [2559, 2511, 2687],

  "bitmapMode": [0, 0, 1],

  "start": 1562958473411,

  "end": 1562954873411,

  "trimmed": false

}