1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | {
"type" : "regular" ,
"response" :{
"scanResults" :[],
"scanResultsTrend" :{
"last24Hours" :[
{
"timestamp" :1615550400,
"Completed" :3,
"Partial" :2,
"Error" :1,
"Stopped" :0
},
{
"timestamp" :1615546800,
"Completed" :0,
"Partial" :0,
"Error" :0,
"Stopped" :1
},
...
{
"timestamp" :1615467600,
"Completed" :0,
"Partial" :0,
"Error" :0,
"Stopped" :0
}
],
"last30Days" :[
{
"timestamp" :1615420800,
"Completed" :8,
"Partial" :2,
"Error" :,
"Stopped" :1
},
{
"timestamp" :1615334400,
"Completed" :0,
"Partial" :0,
"Error" :0,
"Stopped" :0
},
...
{
"timestamp" :1612915200,
"Completed" :0,
"Partial" :0,
"Error" :0,
"Stopped" :0
}
]
},
"scannerStatus" : {
"count" :1,
"status" : {
"working" :1,
"notWorking" :0
}
},
"scanZoneStatus" : {
"count" :1,
"status" : {
"working" :1,
"degraded" :0,
"notWorking" :0
}
},
"sciStatus" :{
"count" :1,
"status" :{
"working" :1,
"notWorking" :0
}
},
"pluginSetAge" :{
"last24Hours" :1,
"1-7Days" :0,
"8-14Days" :0,
"olderThan14Days" :0
},
"licenseStatusInformation" :{
"chart" :[{ "date" : "2021-06-08" , "licenseSize" :2048, "licensedIPCount" :1530},{ "date" : "2021-06-07" , "licenseSize" :2048, "licensedIPCount" :1530},
{ "date" : "2021-06-06" , "licenseSize" :2048, "licensedIPCount" :1530},{ "date" : "2021-06-05" , "licenseSize" :2048, "licensedIPCount" :1530},
{ "date" : "2021-06-04" , "licenseSize" :2048, "licensedIPCount" :0},{ "date" : "2021-06-03" , "licenseSize" :2048, "licensedIPCount" :0},
{ "date" : "2021-06-02" , "licenseSize" :2048, "licensedIPCount" :0},{ "date" : "2021-06-01" , "licenseSize" :2048, "licensedIPCount" :0},
{ "date" : "2021-05-31" , "licenseSize" :2048, "licensedIPCount" :0},{ "date" : "2021-05-30" , "licenseSize" :2048, "licensedIPCount" :0},
{ "date" : "2021-05-29" , "licenseSize" :2048, "licensedIPCount" :0},{ "date" : "2021-05-28" , "licenseSize" :2048, "licensedIPCount" :0},
{ "date" : "2021-05-27" , "licenseSize" :0, "licensedIPCount" :0},{ "date" : "2021-05-26" , "licenseSize" :0, "licensedIPCount" :0},
{ "date" : "2021-05-25" , "licenseSize" :0, "licensedIPCount" :0}],
"usage" :[{ "sciName" : "demo sci" , "licenseSize" : "2048" , "licensedIPCount" : "1530" }]
}
},
"error_code" :0,
"error_msg" : "" ,
"warnings" :[],
"timestamp" :1615554605
}
|