ddos network-object ip¶
DDOS Network-object IPv4 Subnet
ip Specification¶
Parameter Value Type Collection Object Key(s) subnet-ip-addr Collection Name ip-list 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 ip 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: Listsubnet-ip-addr
Description IP Subnet, supported prefix range is from 8 to 31
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