This request return replication log usage distribution statistics of a protected domain specified by ID.

Usage:

GET on /domains/{id}/statistics/rlusage

Request URL:

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

Header:

fios-session:vc_sessionId

Request:

N/A

Response:

{

  "start": 1562932411209,

  "end": 1562998138131,

  "sizeInKB": 209715267,

  "dist": [10, 5, 25, 40, 13, 7, 0, 0, 0, 0],

  "resizeInProgress": false

}