Update Alert Status (POST)
Published: July 13, 2016
Updated: July 12, 2016
Updates the status of an alert (dismiss / reactivate).
Method | Request Uri |
|---|---|
POST | https://<endpoint>/subscriptions/{subscriptionId}/providers/microsoft.Security/alerts/{alert-id}/{action}?api-version={api-version} |
Parameter | Description |
|---|---|
subscriptionId | The subscription id |
Alert-id | The unique identifier of the alert |
Action | The new status for the incident – options are { Dismiss, Activate} |
Api-version | The version of the Security RP protocol used for this request |
Common request headers only.
None
Show: