Application Gateways - List Available Waf Rule Sets
Lists all available web application firewall rule sets.
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets?api-version={api-version}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
subscriptionId
|
path | True |
|
The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
|
api-version
|
query | True |
|
Client API version. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
Success. The operation returns a list of all available web application firewall rule sets. |
Definitions
| ApplicationGatewayAvailableWafRuleSetsResult | |
| ApplicationGatewayFirewallRule |
A web application firewall rule. |
| ApplicationGatewayFirewallRuleGroup |
A web application firewall rule group. |
| ApplicationGatewayFirewallRuleSet |
A web application firewall rule set. |
| Name | Type | Description |
|---|---|---|
| value |
The list of application gateway rule sets. |
A web application firewall rule.
| Name | Type | Description |
|---|---|---|
| description |
|
The description of the web application firewall rule. |
| ruleId |
|
The identifier of the web application firewall rule. |
A web application firewall rule group.
| Name | Type | Description |
|---|---|---|
| description |
|
The description of the web application firewall rule group. |
| ruleGroupName |
|
The name of the web application firewall rule group. |
| rules |
The rules of the web application firewall rule group. |
A web application firewall rule set.
| Name | Type | Description |
|---|---|---|
| id |
|
Resource ID. |
| location |
|
Resource location. |
| name |
|
Resource name. |
| provisioningState |
|
The provisioning state of the web application firewall rule set. |
| ruleGroups |
The rule groups of the web application firewall rule set. |
|
| ruleSetType |
|
The type of the web application firewall rule set. |
| ruleSetVersion |
|
The version of the web application firewall rule set type. |
| tags |
|
Resource tags. |
| type |
|
Resource type. |