{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-frontdoor-webapplicationfirewall","description":"WebApplicationFirewallManagement","version":"2019-10-01","base_url":"https://management.azure.com","endpoints":5,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api WebApplicationFirewallManagement\n@base https://management.azure.com\n@version 2019-10-01\n@auth OAuth2\n@endpoints 5\n@toc subscriptions(5)\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies\n@desc Lists all of the protection policies within a resource group.\n@required {resourceGroupName: any # Name of the Resource group within the Azure subscription.}\n@returns(200) OK. The request has succeeded.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies/{policyName}\n@desc Retrieve protection policy with specified name within a resource group.\n@required {resourceGroupName: any # Name of the Resource group within the Azure subscription., policyName: any # The name of the Web Application Firewall Policy.}\n@returns(200) OK. The request has succeeded.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies/{policyName}\n@desc Create or update policy with specified rule set name within a resource group.\n@required {resourceGroupName: any # Name of the Resource group within the Azure subscription., policyName: any # The name of the Web Application Firewall Policy., parameters: any # Policy to be created.}\n@returns(200) OK. The request has succeeded.\n@returns(201) Created. The request has been fulfilled and a new protection policy has been created.\n@returns(202) Accepted. The request has been accepted for processing and the operation will complete asynchronously.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies/{policyName}\n@desc Deletes Policy\n@required {resourceGroupName: any # Name of the Resource group within the Azure subscription., policyName: any # The name of the Web Application Firewall Policy.}\n@returns(200) Delete successful.\n@returns(202) Accepted. The request has been accepted for processing and the operation will complete asynchronously.\n@returns(204) No Content. The request has been accepted but the policy was not found.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/FrontDoorWebApplicationFirewallManagedRuleSets\n@desc Lists all available managed rule sets.\n@returns(200) Success. The operation returns a list of all available web application firewall managed rule sets.\n\n@end\n"}