applications

Get the WAF rules for an application.

Returns the Web Application Firewall (WAF) rules for an application. If the Accept header is application/json, then the json will be returned. Any other Accept value will return the archived file in application/x-tar format.

get/applications/{id}/waf-rules

Path parameters

idstring required

Application id.

Response

The call was successful.

idstring

The unique id of the rule

enabledboolean

When true, this rule will be included in the WAF configuration for the application

action'allow' | 'block' | 'deny' | 'drop' | 'pass' | 'pause' | 'proxy' | 'redirect'

The disruptive action for the rule

messagestring

The message for the rule

tagsstring[]

Tags for the rule

notify_level'none' | 'info' | 'warning' | 'severe'

The notification level for WAF rule hits.

Changes

No recorded changes to this endpoint across all 1 revision of this API.