OBJECT

ThreatMonitoringStats

Description

Aggregation stats for threat monitoring in the selected time range.

link GraphQL Schema definition

  • type ThreatMonitoringStats {
  • # Number of objects scanned with threat matches found.
  • objectsWithMatches: Long!
  • # Number of objects scanned with no threat matches found.
  • objectsWithNoMatches: Long!
  • # Total number of objects scanned.
  • totalObjectsScanned: Long!
  • }