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.
- Long! :
- # Total number of objects in which malware was found and hunt succeeded, or
- # partially succeeded, or is in progress.
- Long! :
- # Total number of objects selected for scan.
- Long! :
- # Total number of objects where hunt failed, or partially succeeded without
- # matches, or did not scan.
- Long! :
- # Total number of objects in which malware was not found and hunt succeeded.
- Long! :
- # Number of objects from the database in which malware was not found, this
- # can vary from the totalUnaffectedObjects for turbo threat hunts.
- Long! :
- }