This request returns “garbage to valid” and “total to valid” data statistics of a protected domain specified by ID for a custom time range.

Note: “Total data” represented in this report is calculated as: PITR log data + valid + garbage.
(This is different from the DRVA totalDataBytes property which is calculated as: valid + garbage.)

Usage:

GET on /domains/{id}/statistics/garbagetovalidcustom?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/garbagetovalidcustom?max=1200&start=1647801000000&end=1647887400000

Header:

fios-session:vc_sessionId

Request:

N/A

Response:

{

  "unixTimeMs": [

    1647873693539,

    1647873995952,

    1647874298318,

    1647874600050,

    1647874901122,

    1647875204351,

    1647875505071,

    1647875808017,

    1647876109294,

    1647876411158,

    1647876713900,

    1647877013902,

    1647877317752,

    1647877618891,

    1647877920787,

    1647878223658,

    1647878527131,

    1647878829595,

    1647879130370,

    1647879430796,

    1647879732798,

    1647880035896,

    1647880339946,

    1647880639996,

    1647880943923,

    1647881244686,

    1647881548481,

    1647881850980,

    1647882152627,

    1647882454284,

    1647882755650,

    1647883056797,

    1647883357546,

    1647883658779,

    1647883959378,

    1647884260195,

    1647884560784,

    1647884863840,

    1647885166489,

    1647885470573,

    1647885771665,

    1647886071779,

    1647886374206,

    1647886674763,

    1647886974860,

    1647887278626

  ],

  "garbageKB": [

    391663649,

    388301260,

    385345486,

    383096710,

    380226468,

    378021406,

    297804524,

    297805590,

    297806695,

    297807633,

    297808702,

    297809811,

    297811015,

    297812166,

    297813319,

    297814343,

    297815569,

    297816669,

    297817675,

    297818677,

    297819733,

    297820856,

    297821847,

    297822690,

    297823888,

    297825207,

    297826215,

    239736370,

    199164742,

    196863593,

    196864613,

    196865626,

    196866748,

    196867858,

    196868951,

    196869958,

    196871145,

    196872178,

    196873276,

    196405774,

    196406902,

    196407890,

    196408999,

    196409875,

    196022335,

    196023458

  ],

  "validKB": [

    205378783,

    205378787,

    205378791,

    205378799,

    205378803,

    205378807,

    205378815,

    205378819,

    205378827,

    205378831,

    205378839,

    205378843,

    205378851,

    205378851,

    205378859,

    205378863,

    205378871,

    205378875,

    205378883,

    205378887,

    205378891,

    205378899,

    205378903,

    205378907,

    205378915,

    205378919,

    205378927,

    205378931,

    205378935,

    205378943,

    205378951,

    205378955,

    205378959,

    205378963,

    205378971,

    205378975,

    205378983,

    205378987,

    205378995,

    205378999,

    205379007,

    205379007,

    205379015,

    205379019,

    205379027,

    205379031

  ],

  "totalKB": [

    597042432,

    593680047,

    590724277,

    588475509,

    585605271,

    583400213,

    503183339,

    503184409,

    503185522,

    503186464,

    503187541,

    503188654,

    503189866,

    503191017,

    503192178,

    503193206,

    503194440,

    503195544,

    503196558,

    503197564,

    503198624,

    503199755,

    503200750,

    503201597,

    503202803,

    503204126,

    503205142,

    445115301,

    404543677,

    402242536,

    402243564,

    402244581,

    402245707,

    402246821,

    402247922,

    402248933,

    402250128,

    402251165,

    402252271,

    401784773,

    401785909,

    401786897,

    401788014,

    401788894,

    401401362,

    401402489

  ],

  "trimmed": false

}