ddos network-object ip¶
DDOS Network-object IPv4 Subnet
ip Specification¶
Parameter
Value
Type
Collection
Object Key(s)
subnet-ip-addr
Collection Name
Collection URI
/axapi/v3/ddos/network-object/{object-name}/ip
Element Name
ip
Element URI
/axapi/v3/ddos/network-object/{object-name}/ip/{subnet-ip-addr}
Element Attributes
ip_attributes
Partition Visibility
shared
Statistics Data URI
/axapi/v3/ddos/network-object/{object-name}/ip/{subnet-ip-addr}/stats
Schema
Operations Allowed:
| Operation | Method | URI | Payload | |
|---|---|---|---|---|
Create Object | POST | /axapi/v3/ddos/network-object/{object-name}/ip | ||
Create List | POST | /axapi/v3/ddos/network-object/{object-name}/ip | ||
Get Object | GET | /axapi/v3/ddos/network-object/{object-name}/ip/{subnet-ip-addr} | ||
Get List | GET | /axapi/v3/ddos/network-object/{object-name}/ip | ||
Modify Object | POST | /axapi/v3/ddos/network-object/{object-name}/ip/{subnet-ip-addr} | ||
Replace Object | PUT | /axapi/v3/ddos/network-object/{object-name}/ip/{subnet-ip-addr} | ||
Replace List | PUT | /axapi/v3/ddos/network-object/{object-name}/ip | ||
Delete Object | DELETE | /axapi/v3/ddos/network-object/{object-name}/ip/{subnet-ip-addr} |
ip-list¶
ip-list is JSON List of ip attributes
ip-list : [
]
ip attributes¶
prefix-anomaly-threshold
Description: prefix-anomaly-threshold is a JSON Block. Please see below for prefix-anomaly-threshold
Type: Object
sampling-enable
Type: List
src-port-list
Type: List
Reference Object: /axapi/v3/ddos/network-object/{object-name}/ip/{subnet-ip-addr}/src-port/{port-num}+{protocol}
subnet-ip-addr
Description IP Subnet, supported prefix range is from 8 to 32
Type: string
Format: ipv4-cidr
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
prefix-anomaly-threshold¶
Specification
Value
Type
object
prefix-bit-rate
Description Bit rate of the prefix subnet
Type: number
Range: 800-34359738360
prefix-pkt-rate
Description Packet rate of the prefix subnet
Type: number
Range: 1-2147483647
sampling-enable¶
Specification
Value
Type
list
Block object keys
counters1
Description ‘all’: all; ‘packet_rate’: PPS; ‘bit_rate’: B(bits)PS;
Type: string
Supported Values: all, packet_rate, bit_rate
src-port-list¶
Specification
Value
Type
list
Block object keys
host-src-port-anomaly-threshold
Description: host-src-port-anomaly-threshold is a JSON Block. Please see below for src-port-list_host-src-port-anomaly-threshold
Type: Object
port-num
Description Port Number
Type: number
Range: 1-65535
protocol
Description ‘udp’: UDP port; ‘tcp’: TCP Port;
Type: string
Supported Values: udp, tcp
subnet-src-port-anomaly-threshold
Description: subnet-src-port-anomaly-threshold is a JSON Block. Please see below for src-port-list_subnet-src-port-anomaly-threshold
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
src-port-list_host-src-port-anomaly-threshold¶
Specification
Value
Type
object
host-src-port-bit-rate
Description Forward bit rate of per-host source port entries
Type: number
Range: 800-34359738360
host-src-port-pkt-rate
Description Forward packet rate of per-host source port entries
Type: number
Range: 1-2147483647
src-port-list_subnet-src-port-anomaly-threshold¶
Specification
Value
Type
object
subnet-src-port-bit-rate
Description Forward bit rate of per-subnet source port entries
Type: number
Range: 800-34359738360
subnet-src-port-pkt-rate
Description Forward packet rate of per-subnet source port entries
Type: number
Range: 1-2147483647