OBJECT

StartThreatHuntReply

Description

Response of the threat hunt request.

link GraphQL Schema definition

  • type StartThreatHuntReply {
  • # Status of the threat hunt.
  • huntStatus: AsyncRequestStatus
  • # Status of the metadata load request.
  • isSyncSuccessful: Boolean!
  • # Forever id of the hunt that can be used
  • # to query threat hunt APIs.
  • huntId: String!
  • }

link Require by