OBJECT

ThreatHuntDetails

Description

Details for the threat hunt.

link GraphQL Schema definition

  • type ThreatHuntDetails {
  • # The Rubrik CDM ID of the threat hunt.
  • cdmId: String!
  • # The cluster of the scan.
  • cluster: Cluster!
  • # The configuration of the malware scan.
  • config: ThreatHuntConfig!
  • # End time of the threat hunt.
  • endTime: DateTime
  • # Flag indicating if the hash catalog hits limit has been breached for
  • # the threat hunt (applicable for turbo threat hunts). This can be used to
  • # provide a warning that the turbo threat hunt is not conclusive.
  • hashCatalogLimitExceeded: Boolean!
  • # The object ids and corresponding snapshot ids targeted for scanning.
  • snapshots: [WorkloadIdToSnapshotIds!]!
  • # Start time of the threat hunt.
  • startTime: DateTime
  • }