EventsStatistics

EventsStatistics
EventsStatistics

Inspection Events Statistics.

JSON Example
{
    "time_stamp": 0,
    "number_of_inspections": 0,
    "number_of_malicious_inspections": 0,
    "number_of_suspicious_inspections": 0,
    "number_of_blocked_inspections": 0,
    "number_of_uninspected_events": 0,
    "number_of_cloud_inspections": 0,
    "number_of_local_inspections": 0
}
integer As int64 As int64
time_stamp
Optional

start time of the computed time window. if the specified time range is 1 month, then value is for every day if the specified time range is 1 week, then value is for every 6 hour if the specified time range is 1 hour, then value is for every 1 hour

integer As int64 As int64
number_of_inspections
Optional

number of inspection events in a specified time range.

integer
number_of_malicious_inspections
Optional

number of malicious inspections in a specified time range.

integer
number_of_suspicious_inspections
Optional

number of suspicious inspections in a specified time range.

integer
number_of_blocked_inspections
Optional

number of blocked inspections in a specified time range.

integer
number_of_uninspected_events
Optional

number of uninspected events in a specified time range. This property will be set only if sampled_statistics query parameter is true.

integer As int64 As int64
number_of_cloud_inspections
Optional

number of cloud inspections in a specified time range.

integer As int64 As int64
number_of_local_inspections
Optional

number of local inspections in a specified time range.