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
  • string

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
  • string

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
  • string

The description of the web application firewall rule.

ruleId
  • integer
    int32

The identifier of the web application firewall rule.

A web application firewall rule group.

Name Type Description
description
  • string

The description of the web application firewall rule group.

ruleGroupName
  • string

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
  • string

Resource ID.

location
  • string

Resource location.

name
  • string

Resource name.

provisioningState
  • string

The provisioning state of the web application firewall rule set.

ruleGroups

The rule groups of the web application firewall rule set.

ruleSetType
  • string

The type of the web application firewall rule set.

ruleSetVersion
  • string

The version of the web application firewall rule set type.

tags
  • <string, string>

Resource tags.

type
  • string

Resource type.