Get Protected Domain Garbage Statistics (Live)
This request returns garbage collection “live statistics” (non-graphed) of a protected domain specified by ID.
Usage:
GET on /domains/{id}/statistics/gclive
Request URL:
https://<MS hostname>/jss/domains/{id}/statistics/gclive
Header:
fios-session:vc_sessionId
Request:
N/A
Response:
{
"cloudKB": 104857600,
"compressionEnabled": false,
"totalKB": 104857600,
"garbageKB": 62914560,
"numHotObjects": 13821,
"numColdObjects": 12135
}