acknowledge_incident
Acknowledge a security incident using a specified method (e.g., WEB_UI) and optionally auto-assign it for handling.
Instructions
Acknowledge an incident. input: IncidentAcknowledgementInput { incidentId, acknowledgementMethod (e.g. WEB_UI), autoAssign }. Variables: input. Example variables: {"input":{"acknowledgementMethod":"WEB_UI","autoAssign":true,"incidentId":""}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | GraphQL: IncidentAcknowledgementInput! | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |