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