OBJECT
StartThreatHuntReply
Description
Response of the threat hunt request.
link GraphQL Schema definition
- type StartThreatHuntReply {
- # Forever ID of the hunt that can be used
- # to query threat hunt APIs.
- : String!
- # Status of the threat hunt.
- : AsyncRequestStatus
- # Status of the metadata load request.
- : Boolean!
- }