Update Task Status (POST)

 

Updated: July 12, 2016

Updates the status of a task (dismiss / reactivate)

Method

Request Uri

POST

https://<endpoint>/subscriptions/{subscriptionId}/providers/microsoft.Security/tasks/{task-id}/{action}?api-version={api-version}

Parameter

Description

subscriptionId

The subscription id

Task-id

The unique identifier of the task

Action

The new status to set the task to. Options are { Dismiss, Activate }

Api-version

The version of the Security RP protocol used for this request

Common request headers only.

If successful, the operation returns HTTP status code of 200 (OK).

Show: