OBJECT

HuntResponse

Description

Response of the individual threat hunts as part of the bulk request.

link GraphQL Schema definition

  • type HuntResponse {
  • # Hunt configuration containing the Cluster UUIDs and Object-FIDs.
  • config: HuntConfig
  • # ID of the triggered threat hunt.
  • huntId: UUID
  • # Name of the triggered threat hunt.
  • huntName: String!
  • # Status of the triggered threat hunt.
  • status: HuntTriggerStatus!
  • }