v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142381,278956.3 KB

Starts a task that applies a set of mitigation actions to the specified target.

Requires permission to access the StartAuditMitigationActionsTask action.

post/audit/mitigationactions/tasks/{taskId}

Path parameters

taskIdstring required

A unique identifier for the task. You can use this identifier to check the status of the task or to cancel it.

Request body

auditCheckToActionsMappingobject required

For an audit check, specifies which mitigation actions to apply. Those actions must be defined in your Amazon Web Services accounts.

clientRequestTokenstring required

Each audit mitigation task must have a unique client request token. If you try to start a new task with the same token as a task that already exists, an exception occurs. If you omit this value, a unique client request token is generated automatically.

Response

Success

taskIdstring

The unique identifier for the audit mitigation task. This matches the <code>taskId</code> that you specified in the request.