ddos dst interface-ip l4-type¶
Configure L4 on local interface IPs
l4-type Specification¶
Type Collection Object Key(s) protocol Collection Name l4-type-list Collection URI /axapi/v3/ddos/dst/interface-ip/{addr}/l4-type Element Name l4-type Element URI /axapi/v3/ddos/dst/interface-ip/{addr}/l4-type/{protocol} Element Attributes l4-type_attributes Schema l4-type schemaOperations Allowed:
| Operation | Method | URI | Payload | |
|---|---|---|---|---|
Create Object | POST | /axapi/v3/ddos/dst/interface-ip/{addr}/l4-type | ||
Create List | POST | /axapi/v3/ddos/dst/interface-ip/{addr}/l4-type | ||
Get Object | GET | /axapi/v3/ddos/dst/interface-ip/{addr}/l4-type/{protocol} | ||
Get List | GET | /axapi/v3/ddos/dst/interface-ip/{addr}/l4-type | ||
Modify Object | POST | /axapi/v3/ddos/dst/interface-ip/{addr}/l4-type/{protocol} | ||
Replace Object | PUT | /axapi/v3/ddos/dst/interface-ip/{addr}/l4-type/{protocol} | ||
Replace List | PUT | /axapi/v3/ddos/dst/interface-ip/{addr}/l4-type | ||
Delete Object | DELETE | /axapi/v3/ddos/dst/interface-ip/{addr}/l4-type/{protocol} |
l4-type-list¶
l4-type-list is JSON List of l4-type attributes
l4-type-list : [
]
l4-type attributes¶
deny
Description Blacklist and Drop all incoming packets for protocol
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
drop-frag-pkt
Description Drop fragmented packets
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
glid
Description Global limit ID
Type: string
Format: string-rlx
Maximum Length: 63 characters
Maximum Length: 1 characters
Refernce Object: /axapi/v3/glid
protocol
Description ‘tcp’: tcp; ‘udp’: udp; ‘icmp’: icmp; ‘other’: other;
Type: string
Supported Values: tcp, udp, icmp, other
tunnel-decap
Description: tunnel-decap is a JSON Block. Please see below for tunnel-decap
Type: Object
tunnel-rate-limit
Description: tunnel-rate-limit is a JSON Block. Please see below for tunnel-rate-limit
Type: Object
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
tunnel-decap¶
Specification Type object gre-decap
Description Enable GRE Tunnel decapsulation
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
ip-decap
Description Enable IP Tunnel decapsulation
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
key-cfg
Type: List
tunnel-decap_key-cfg¶
Specification Type list Block object keys key
Description Only decapsulate GRE packet with this hexadecimal key
Type: string
Maximum Length: 8 characters
Maximum Length: 1 characters
tunnel-rate-limit¶
Specification Type object gre-rate-limit
Description Enable inner IP rate limiting on GRE traffic
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
ip-rate-limit
Description Enable inner IP rate limiting on IPinIP traffic
Type: boolean
Supported Values: true, false, 1, 0
Default: 0