ddos network-object ip src-port¶
Configure per-host source port in a DDos Network Object
src-port Specification¶
Parameter
Value
Type
Collection
Object Key(s)
port-num, protocol
Collection Name
Collection URI
/axapi/v3/ddos/network-object/{object-name}/ip/{subnet-ip-addr}/src-port
Element Name
src-port
Element URI
/axapi/v3/ddos/network-object/{object-name}/ip/{subnet-ip-addr}/src-port/{port-num}+{protocol}
Element Attributes
src-port_attributes
Partition Visibility
shared
Schema
Operations Allowed:
| Operation | Method | URI | Payload | |
|---|---|---|---|---|
Create Object | POST | /axapi/v3/ddos/network-object/{object-name}/ip/{subnet-ip-addr}/src-port | ||
Create List | POST | /axapi/v3/ddos/network-object/{object-name}/ip/{subnet-ip-addr}/src-port | ||
Get Object | GET | /axapi/v3/ddos/network-object/{object-name}/ip/{subnet-ip-addr}/src-port/{port-num}+{protocol} | ||
Get List | GET | /axapi/v3/ddos/network-object/{object-name}/ip/{subnet-ip-addr}/src-port | ||
Modify Object | POST | /axapi/v3/ddos/network-object/{object-name}/ip/{subnet-ip-addr}/src-port/{port-num}+{protocol} | ||
Replace Object | PUT | /axapi/v3/ddos/network-object/{object-name}/ip/{subnet-ip-addr}/src-port/{port-num}+{protocol} | ||
Replace List | PUT | /axapi/v3/ddos/network-object/{object-name}/ip/{subnet-ip-addr}/src-port | ||
Delete Object | DELETE | /axapi/v3/ddos/network-object/{object-name}/ip/{subnet-ip-addr}/src-port/{port-num}+{protocol} |
src-port-list¶
src-port-list is JSON List of src-port attributes
src-port-list : [
]
src-port attributes¶
host-src-port-anomaly-threshold
Description: host-src-port-anomaly-threshold is a JSON Block. Please see below for 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 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
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
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