ddos network-object stats¶
Statistics for the object network-object
network-object Specification¶
Parameter Value Type Collection Collection Name network-object-list Collection URI /axapi/v3/ddos/network-object/{object-name} Element Name network-object Element URI /axapi/v3/ddos/network-object/{object-name}/stats Element Attributes network-object_attributes Partition Visibility None Schema network-object schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/ddos/network-object/{object-name} | ||
Create List | POST | /axapi/v3/ddos/network-object/{object-name} | ||
Get Object | GET | /axapi/v3/ddos/network-object/{object-name}/stats | ||
Get List | GET | /axapi/v3/ddos/network-object/{object-name} | ||
Modify Object | POST | /axapi/v3/ddos/network-object/{object-name}/stats | ||
Replace Object | PUT | /axapi/v3/ddos/network-object/{object-name}/stats | ||
Replace List | PUT | /axapi/v3/ddos/network-object/{object-name} | ||
Delete Object | DELETE | /axapi/v3/ddos/network-object/{object-name}/stats |
network-object-list¶
network-object-list is JSON List of network-object attributes
network-object-list : [
]
network-object attributes¶
ip-list
Type: List
Reference Object: /axapi/v3/ddos/network-object/{object-name}/ip/{subnet-ip-addr}
ipv6-list
Type: List
Reference Object: /axapi/v3/ddos/network-object/{object-name}/ip/{subnet-ip-addr}/ipv6/{subnet-ipv6-addr}
object-name
Description
Type: string
Format: string-rlx
Maximum Length: 63 characters
Maximum Length: 1 characters
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
stats¶
Specification Value Type object agent_group_aged
Description Agent Group Entry Aged
Type: number
Format: counter
agent_group_create_fail
Description Agent Group Entry Create Failures
Type: number
Format: counter
agent_group_learned
Description Agent Group Entry Learned
Type: number
Format: counter
bit_rate
Description B(bits)PS
Type: number
Format: counter
duplicate_sample_pkt_rcv
Description Duplicate Sample Packet Received
Type: number
Format: counter
ip_aged
Description IP Entry Aged
Type: number
Format: counter
ip_create_fail
Description IP Entry Create Failures
Type: number
Format: counter
ip_learned
Description IP Entry Learned
Type: number
Format: counter
packet_rate
Description PPS
Type: number
Format: counter
service_aged
Description Service Entry Aged
Type: number
Format: counter
service_create_fail
Description Service Entry Create Failures
Type: number
Format: counter
service_learned
Description Service Entry Learned
Type: number
Format: counter
sport_aged
Description Source Port Entry Aged
Type: number
Format: counter
sport_create_fail
Description Source Port Entry Create Failures
Type: number
Format: counter
sport_learned
Description Source Port Entry Learned
Type: number
Format: counter
subnet_aged
Description Subnet Entry Aged
Type: number
Format: counter
subnet_create_fail
Description Subnet Entry Create Failures
Type: number
Format: counter
subnet_learned
Description Subnet Entry Learned
Type: number
Format: counter
topk_allocate_fail
Description Topk Allocate Failures
Type: number
Format: counter
ip-list¶
Specification Value Type list Block object keys stats
Description: stats is a JSON Block. Please see below for ip-list_stats
Type: Object
subnet-ip-addr
Description IP Subnet, supported prefix range is from 8 to 31
Type: string
Format: ipv4-cidr
ip-list_stats¶
Specification Value Type object bit_rate
Description B(bits)PS
Type: number
Format: counter
packet_rate
Description PPS
Type: number
Format: counter
ipv6-list¶
Specification Value Type list Block object keys stats
Description: stats is a JSON Block. Please see below for ipv6-list_stats
Type: Object
subnet-ipv6-addr
Description IPV6 Subnet, supported prefix range is from 40 to 63
Type: string
Format: ipv6-address-plen
ipv6-list_stats¶
Specification Value Type object bit_rate
Description B(bits)PS
Type: number
Format: counter
packet_rate
Description PPS
Type: number
Format: counter