OBJECT

ThreatHuntDetailsV2

Description

Details for the threat hunt.

link GraphQL Schema definition

  • type ThreatHuntDetailsV2 {
  • # The configuration of the threat hunt.
  • baseConfig: ThreatHuntBaseConfig!
  • # The Rubrik clusters associated with the threat hunt.
  • clusters: [Cluster!]!
  • # End time of the threat hunt.
  • endTime: DateTime
  • # Start time of the threat hunt.
  • startTime: DateTime
  • # Status of the threat hunt.
  • status: ThreatHuntStatus!
  • # Total number of snapshots for which malware was found and hunt succeeded, or
  • # partially succeeded, or is in progress.
  • totalMatchedSnapshots: Long!
  • # Total number of object FIDs.
  • totalObjectFids: Long!
  • # Total number of snapshots across all objects selected for scan.
  • totalScannedSnapshots: Long!
  • # Total number of unique paths for which malware was found.
  • totalUniqueFileMatches: Long!
  • }

link Require by