ddos zone-profile ip-proto proto-name¶
DDOS IP protocol profile configuration
proto-name Specification¶
Parameter Value Type Collection Object Key(s) protocol Collection Name proto-name-list Collection URI /axapi/v3/ddos/zone-profile/{profile-name}/ip-proto/proto-name Element Name proto-name Element URI /axapi/v3/ddos/zone-profile/{profile-name}/ip-proto/proto-name/{protocol} Element Attributes proto-name_attributes Partition Visibility shared Schema proto-name schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/ddos/zone-profile/{profile-name}/ip-proto/proto-name | ||
Create List | POST | /axapi/v3/ddos/zone-profile/{profile-name}/ip-proto/proto-name | ||
Get Object | GET | /axapi/v3/ddos/zone-profile/{profile-name}/ip-proto/proto-name/{protocol} | ||
Get List | GET | /axapi/v3/ddos/zone-profile/{profile-name}/ip-proto/proto-name | ||
Modify Object | POST | /axapi/v3/ddos/zone-profile/{profile-name}/ip-proto/proto-name/{protocol} | ||
Replace Object | PUT | /axapi/v3/ddos/zone-profile/{profile-name}/ip-proto/proto-name/{protocol} | ||
Replace List | PUT | /axapi/v3/ddos/zone-profile/{profile-name}/ip-proto/proto-name | ||
Delete Object | DELETE | /axapi/v3/ddos/zone-profile/{profile-name}/ip-proto/proto-name/{protocol} |
proto-name-list¶
proto-name-list is JSON List of proto-name attributes
proto-name-list : [
]
proto-name attributes¶
indicator-list
Type: List
Reference Object: /axapi/v3/ddos/zone-profile/{profile-name}/ip-proto/proto-name/{protocol}/indicator/{indicator-name}
protocol
Description ‘icmp-v4’: ip-proto icmp-v4; ‘icmp-v6’: ip-proto icmp-v6; ‘gre’: ip-proto gre; ‘ipv4-encap’: ip-proto IPv4 Encapsulation; ‘ipv6-encap’: ip-proto IPv6 Encapsulation;
Type: string
Supported Values: icmp-v4, icmp-v6, gre, ipv4-encap, ipv6-encap
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
indicator-list¶
Specification Value Type list Block object keys indicator-name
Description ‘pkt-rate’: pkt-rate; ‘pkt-drop-rate’: pkt-drop-rate; ‘bit-rate’: bit-rate; ‘pkt-drop-ratio’: pkt-drop-ratio; ‘bytes-to-bytes-from-ratio’: bytes-to-bytes-from-ratio; ‘frag-rate’: frag-rate; ‘cpu-utilization’: cpu-utilization; ‘interface-utilization’: interface-utilization;
Type: string
Supported Values: pkt-rate, pkt-drop-rate, bit-rate, pkt-drop-ratio, bytes-to-bytes-from-ratio, frag-rate, cpu-utilization, interface-utilization
src-threshold-cfg
Description: src-threshold-cfg is a JSON Block. Please see below for indicator-list_src-threshold-cfg
Type: Object
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
zone-threshold-cfg
Description: zone-threshold-cfg is a JSON Block. Please see below for indicator-list_zone-threshold-cfg
Type: Object
indicator-list_src-threshold-cfg¶
Specification Value Type object src-threshold-num
Description Indicator per-src threshold
Type: number
Range: 1-2147483647
src-threshold-str
Description Indicator per-src threshold (Non-zero floating point)
Type: string
Maximum Length: 128 characters
Maximum Length: 1 characters
indicator-list_zone-threshold-cfg¶
Specification Value Type object zone-threshold-num
Description Threshold for the entire zone
Type: number
Range: 1-2147483647
zone-threshold-str
Description Threshold for the entire zone (Non-zero floating point)
Type: string
Maximum Length: 128 characters
Maximum Length: 1 characters