applications

Update the WAF rules for an application.

Supports updates to the WAF rules specified as per the RFC 6902 format.

patch/applications/{id}/waf-rules

Path parameters

idstring required

Application id.

Response

The application waf rules were successfully updated.

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.