Provision security solution (PUT)

 

Published: July 13, 2016

Updated: July 12, 2016

Provisions a security solution, such as a WAF or NGFW, and configures it to send logs via Azure Security Center

Method

Request Uri

PUT

https://<endpoint>/subscriptions/{id}/resourceGroups/{resourceGroup}/providers/microsoft.Security/securitySolutions/{solutionName}?api-version={api-version}

Parameter

Description

subscriptionId

The subscription id

resourceGroup

The name of the resource group of the security solution

solutionName

The name of the deployment of the security solution

Api-version

The version of the Security RP protocol used for this request

Common request headers only.

{ "properties": 
				{ 
			 "taskId":"/subscriptions/e5d1b86c-3051-44d5-8802-aa65d45a279b/resourceGroups/app11/providers/Microsoft.Security/tasks/81153e39-6d7b-65b5-490a-611ea9635d27",
			 "template:"Microsoft.Template" 
				} 
			} 

Parameter

Description

taskId

The ID of the task that the provision was started from

templateId

The template of the gallery item of the deployment

If successful, the operation returns HTTP status code of 202 (Accepted). If not, the operation returns HTTP status code of 400 (Bad request).


					{ 
"properties": { 
 "taskId":"/subscriptions/e5d1b86c-3051-44d5-8802-aa65d45a279b/resourceGroups/app11/providers/Microsoft.Security/tasks/81153e39-6d7b-65b5-490a-611ea9635d27", 
 "template":"Microsoft.Template" 
} 
} 

Show: