Get Protected Domain Cloud Statistics (Since Last Duration)
This request returns cloud data statistics of a protected domain specified by ID spanning the period of time
[(current time – <duration>) to current time ].
Usage:
GET on /domains/{id}/statistics/cloud?duration=<time>&max=<num_data_points>
Notes:
* Time is in milliseconds.
* The time period of the report is calculated as follows:
starting: (current time – <duration>)
ending: (current time)
* num_data_points is the number of data points requested.
Request URL:
https://<MS hostname>/jss/domains/{id}/statistics/cloud?max=1200&duration=86400000
Header:
fios-session:vc_sessionId
Request:
N/A
Response:
{
"unixTimeMs": [1562958488779, 1562958788857, 1562959088105],
"pitrLogKB": [31457282, 37434163, 40789606],
"totalKB": [67937239, 68262297, 72876032],
"start": 1562957595033,
"end": 1562959388093,
"trimmed": false
}