OBJECT
ThreatHuntDetailsV2
Description
Details for the threat hunt.
link GraphQL Schema definition
- type ThreatHuntDetailsV2 {
- # The configuration of the threat hunt.
- ThreatHuntBaseConfig! :
- # The Rubrik clusters associated with the threat hunt.
- Cluster!]! : [
- # End time of the threat hunt.
- DateTime :
- # Start time of the threat hunt.
- DateTime :
- # Status of the threat hunt.
- ThreatHuntStatus! :
- # Total number of snapshots for which malware was found and hunt succeeded, or
- # partially succeeded, or is in progress.
- Long! :
- # Total number of object FIDs.
- Long! :
- # Total number of snapshots across all objects selected for scan.
- Long! :
- # Total number of unique paths for which malware was found.
- Long! :
- }