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.
- HuntConfig :
- # ID of the triggered threat hunt.
- UUID :
- # Name of the triggered threat hunt.
- String! :
- # Status of the triggered threat hunt.
- HuntTriggerStatus! :
- }