Get IaaS Web Application Firewall Appliance (GET)

 

Updated: July 12, 2016

Get a WAF appliance properties.

Request

Method

Request Uri

GET

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

Request Uri Parameters

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

Request Headers

Common request headers only.

Request body

None

Response

Status code

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

Response body

{
   “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” : “”
      }
   }
}

See Also

Web Application Firewalls
Security Resource Provider REST API Reference