ddos zone-profile port¶
Port for DDoS Zone profile
port Specification¶
Parameter Value Type Collection Object Key(s) port-num, port-protocol Collection Name port-list Collection URI /axapi/v3/ddos/zone-profile/{profile-name}/port Element Name port Element URI /axapi/v3/ddos/zone-profile/{profile-name}/port/{port-num}+{port-protocol} Element Attributes port_attributes Partition Visibility shared Schema port schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/ddos/zone-profile/{profile-name}/port | ||
Create List | POST | /axapi/v3/ddos/zone-profile/{profile-name}/port | ||
Get Object | GET | /axapi/v3/ddos/zone-profile/{profile-name}/port/{port-num}+{port-protocol} | ||
Get List | GET | /axapi/v3/ddos/zone-profile/{profile-name}/port | ||
Modify Object | POST | /axapi/v3/ddos/zone-profile/{profile-name}/port/{port-num}+{port-protocol} | ||
Replace Object | PUT | /axapi/v3/ddos/zone-profile/{profile-name}/port/{port-num}+{port-protocol} | ||
Replace List | PUT | /axapi/v3/ddos/zone-profile/{profile-name}/port | ||
Delete Object | DELETE | /axapi/v3/ddos/zone-profile/{profile-name}/port/{port-num}+{port-protocol} |
port-list¶
port-list is JSON List of port attributes
port-list : [
]
port attributes¶
indicator-list
Type: List
Reference Object: /axapi/v3/ddos/zone-profile/{profile-name}/port/{port-num}+{port-protocol}/indicator/{indicator-name}
port-num
Description Port Number
Type: number
Range: 1-65535
port-protocol
Description ‘dns-tcp’: dns-tcp; ‘dns-udp’: dns-udp; ‘sip-tcp’: sip-tcp; ‘sip-udp’: sip-udp; ‘http’: http; ‘tcp’: tcp; ‘udp’: udp; ‘ssl-l4’: ssl-l4; ‘quic’: quic;
Type: string
Supported Values: dns-tcp, dns-udp, sip-tcp, sip-udp, http, tcp, udp, ssl-l4, quic
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
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; ‘concurrent-conns’: concurrent-conns; ‘conn-miss-rate’: conn-miss-rate; ‘syn-rate’: syn-rate; ‘fin-rate’: fin-rate; ‘rst-rate’: rst-rate; ‘small-window-ack-rate’: small-window-ack-rate; ‘empty-ack-rate’: empty-ack-rate; ‘small-payload-rate’: small-payload-rate; ‘syn-fin-ratio’: syn-fin-ratio; ‘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, concurrent-conns, conn-miss-rate, syn-rate, fin-rate, rst-rate, small-window-ack-rate, empty-ack-rate, small-payload-rate, syn-fin-ratio, 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