Skip to main content

Create a response action

POST 

/intelligence/v1/response-actions

Requires tenant license idn:response-and-remediation.

Creates a response action: the request is validated, a requestId (the correlation id) is minted, the action is recorded as SUBMITTED, and an event is published that triggers the correlated workflow(s).

Returns HTTP 202 with the requestId, an initial SUBMITTED status, and a statusUrl. Poll GET /intelligence/v1/response-actions/{requestId}/status for progress.

Request

Responses

The response action was accepted and is being processed asynchronously.