OBJECT

ThreatHuntObjectMetricsReply

Description

Response for the threat hunt object metrics.

link GraphQL Schema definition

  • type ThreatHuntObjectMetricsReply {
  • # Maximum number of clean objects eligible for cyber recovery that can be
  • # stored in the database. This can vary based on the corresponding AST value.
  • cleanRecoverableObjectLimit: Long!
  • # Total number of objects in which malware was found and hunt succeeded, or
  • # partially succeeded, or is in progress.
  • totalAffectedObjects: Long!
  • # Total number of objects selected for scan.
  • totalObjectsScanned: Long!
  • # Total number of objects where hunt failed, or partially succeeded without
  • # matches, or did not scan.
  • totalObjectsUnscannable: Long!
  • # Total number of objects in which malware was not found and hunt succeeded.
  • totalUnaffectedObjects: Long!
  • # Number of objects from the database in which malware was not found, this
  • # can vary from the totalUnaffectedObjects for turbo threat hunts.
  • unaffectedObjectsFromDb: Long!
  • }

link Require by