Get IaaS Web Application Firewall Appliance (GET)

 

Published: July 12, 2016

Updated: July 12, 2016

Get a WAF appliance properties.

Method

Request Uri

GET

https://<endpoint>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.Security/webApplicationFirewalls/{name}?api-version={api-version}

Parameter

Description

subscriptionId

The subscription id

resourceGroupName

The name of the resource group the IaaS WAF was created at

name

Name for the WAF. The name matches the CSM deployment name that the IaaS WAF was created in (on client side).

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.

{
   “id” : “subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.Security/webApplicationFirewals/{name}”,
   “type” : “Microsoft.Security/webApplicationFirewalls”,
   “name” : {name}, 
   “Properties” : 
   {  
     "templateId":"Rome.BarracudaWebApplicationFirewallWAF78.0.2.0",
     "customData":
      {
          “licenseType” : “”, 
          “domain” : “”, 
          “aplicationType” : “”, 
          “securityLevel” : “”
      }
   }
}

Show: