OBJECT

ThreatHuntDetails

Description

Details for the threat hunt.

link GraphQL Schema definition

  • type ThreatHuntDetails {
  • # Start time of the hunt.
  • startTime: DateTime
  • # End time of the hunt.
  • endTime: DateTime
  • # The object ids and corresponding snapshot ids targeted for scanning.
  • snapshots: [WorkloadIdToSnapshotIds!]!
  • # The Rubrik CDM ID of the threat hunt.
  • cdmId: String!
  • # The configuration of the malware scan.
  • config: ThreatHuntConfig!
  • # The cluster of the scan.
  • cluster: Cluster!
  • }