Skip to content
Start here

Filters

List filters
Deprecated
GET/zones/{zone_id}/filters
Get a filter
Deprecated
GET/zones/{zone_id}/filters/{filter_id}
Create filters
Deprecated
POST/zones/{zone_id}/filters
Update a filter
Deprecated
PUT/zones/{zone_id}/filters/{filter_id}
Delete a filter
Deprecated
DELETE/zones/{zone_id}/filters/{filter_id}
Update filters
Deprecated
PUT/zones/{zone_id}/filters
Delete filters
Deprecated
DELETE/zones/{zone_id}/filters
ModelsExpand Collapse
FirewallFilter { id, description, expression, 2 more }
id: optional string

The unique identifier of the filter.

maxLength32
minLength32
description: optional string

An informative summary of the filter.

maxLength500
expression: optional string

The filter expression. For more information, refer to Expressions.

paused: optional boolean

When true, indicates that the filter is currently paused.

ref: optional string

A short reference tag. Allows you to select related filters.

maxLength50
FilterDeleteResponse { id }
id: string

The unique identifier of the filter.

maxLength32
minLength32
FilterBulkDeleteResponse = array of { id }
id: optional string

The unique identifier of the filter.

maxLength32
minLength32