ddos zone-template udp filter¶
UDP Filter Configuration
filter Specification¶
Parameter
Value
Type
Collection
Object Key(s)
udp-filter-name
Collection Name
Collection URI
/axapi/v3/ddos/zone-template/udp/{name}/filter
Element Name
filter
Element URI
/axapi/v3/ddos/zone-template/udp/{name}/filter/{udp-filter-name}
Element Attributes
filter_attributes
Partition Visibility
shared
Schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/ddos/zone-template/udp/{name}/filter | ||
Create List | POST | /axapi/v3/ddos/zone-template/udp/{name}/filter | ||
Get Object | GET | /axapi/v3/ddos/zone-template/udp/{name}/filter/{udp-filter-name} | ||
Get List | GET | /axapi/v3/ddos/zone-template/udp/{name}/filter | ||
Modify Object | POST | /axapi/v3/ddos/zone-template/udp/{name}/filter/{udp-filter-name} | ||
Replace Object | PUT | /axapi/v3/ddos/zone-template/udp/{name}/filter/{udp-filter-name} | ||
Replace List | PUT | /axapi/v3/ddos/zone-template/udp/{name}/filter | ||
Delete Object | DELETE | /axapi/v3/ddos/zone-template/udp/{name}/filter/{udp-filter-name} |
filter-list¶
filter-list is JSON List of filter attributes
filter-list : [
]
filter attributes¶
byte-offset-filter
Description Filter using Berkeley Packet Filter syntax
Type: string
Format: string-rlx
Maximum Length: 1275 characters
Maximum Length: 1 characters
udp-filter-action
Description ‘drop’: Drop packets (Default); ‘ignore’: Take no action; ‘blacklist-src’: Blacklist-src; ‘authenticate-src’: Authenticate-src;
Type: string
Supported Values: drop, ignore, blacklist-src, authenticate-src
Default: drop
Mutual Exclusion: udp-filter-action and udp-filter-action-list-name are mutually exclusive
udp-filter-action-list-name
Description Configure action-list to take
Type: string
Format: string-rlx
Maximum Length: 63 characters
Maximum Length: 1 characters
Mutual Exclusion: udp-filter-action-list-name and udp-filter-action are mutually exclusive
udp-filter-inverse-match
Description Inverse the result of the matching
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
udp-filter-name
Description
Type: string
Format: string-rlx
Maximum Length: 63 characters
Maximum Length: 1 characters
udp-filter-regex
Description Regex Expression
Type: string
Format: string-rlx
Maximum Length: 1275 characters
Maximum Length: 1 characters
udp-filter-seq
Description Sequence number
Type: number
Range: 1-200
user-tag
Description Customized tag
Type: string
Format: string-rlx
Maximum Length: 127 characters
Maximum Length: 1 characters
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters