Get Protected Domain Cloud Statistics (Custom Range)
This request returns cloud data statistics of a protected domain specified by ID for a custom time range.
Usage:
GET on /domains/{id}/statistics/cloudcustom?start=<time>&end=<time>&max=<num_data_points>
Notes:
* Time is unix epoch time in milliseconds.
* If only start is specified, the statistics that occurred at or after the given time are returned.
* Both start and end are inclusive.
Request URL:
https://<MS hostname>/jss/domains/{id}/statistics/cloudcustom?max=1200
&start=1647801000000&end=1647865800000
Header:
fios-session:vc_sessionId
Request:
N/A
Response:
{
"unixTimeMs": [1562958488779, 1562958788857, 1562959088105],
"pitrLogKB": [31457282, 37434163, 40789606],
"totalKB": [67937239, 68262297, 72876032],
"trimmed": false
}