cgnv6 dns64-virtualserver port stats¶
Statistics for the object port
port Specification¶
Type Collection Collection Name port-list Collection URI /axapi/v3/cgnv6/dns64-virtualserver/{name}/port/{port-number}+{protocol} Element Name port Element URI /axapi/v3/cgnv6/dns64-virtualserver/{name}/port/{port-number}+{protocol}/stats Element Attributes port_attributes Schema port schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/cgnv6/dns64-virtualserver/{name}/port/{port-number}+{protocol} | ||
Create List | POST | /axapi/v3/cgnv6/dns64-virtualserver/{name}/port/{port-number}+{protocol} | ||
Get Object | GET | /axapi/v3/cgnv6/dns64-virtualserver/{name}/port/{port-number}+{protocol}/stats | ||
Get List | GET | /axapi/v3/cgnv6/dns64-virtualserver/{name}/port/{port-number}+{protocol} | ||
Modify Object | POST | /axapi/v3/cgnv6/dns64-virtualserver/{name}/port/{port-number}+{protocol}/stats | ||
Replace Object | PUT | /axapi/v3/cgnv6/dns64-virtualserver/{name}/port/{port-number}+{protocol}/stats | ||
Replace List | PUT | /axapi/v3/cgnv6/dns64-virtualserver/{name}/port/{port-number}+{protocol} | ||
Delete Object | DELETE | /axapi/v3/cgnv6/dns64-virtualserver/{name}/port/{port-number}+{protocol}/stats |
port-list¶
port-list is JSON List of port attributes
port-list : [
]
port attributes¶
port-number
Description Port
Type: number
Range: 0-65534
protocol
Description ‘dns-udp’: DNS service over UDP;
Type: string
Supported Values: dns-udp
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
stats¶
Specification Type object compression_bytes_after
Description Data out of compression engine
Type: number
Format: counter
compression_bytes_before
Description Data into compression engine
Type: number
Format: counter
compression_hit
Description Number of requests compressed
Type: number
Format: counter
compression_miss
Description Number of requests NOT compressed
Type: number
Format: counter
compression_miss_no_client
Description Compression miss no client
Type: number
Format: counter
compression_miss_template_exclusion
Description Compression miss template exclusion
Type: number
Format: counter
curr_conn
Description Current connection
Type: number
Format: counter
curr_conn_rate
Description Current connection rate
Type: number
Format: counter
curr_req
Description Current requests
Type: number
Format: counter
es_total_failure_actions
Description Total failure actions
Type: number
Format: counter
fastest_rsp_time
Description Fastest response time
Type: number
Format: counter
last_rsp_time
Description Last response time
Type: number
Format: counter
peak_conn
Description Peak connections
Type: number
Format: counter
slowest_rsp_time
Description Slowest response time
Type: number
Format: counter
toatal_tcp_conn
Description Total TCP connections
Type: number
Format: counter
total_conn
Description Total connections
Type: number
Format: counter
total_dns_pkts
Description Total DNS packets
Type: number
Format: counter
total_fwd_bytes
Description Total forward bytes
Type: number
Format: counter
total_fwd_pkts
Description Total forward packets
Type: number
Format: counter
total_l4_conn
Description Total L4 connections
Type: number
Format: counter
total_l7_conn
Description Total L7 connections
Type: number
Format: counter
total_mf_dns_pkts
Description Total MF DNS packets
Type: number
Format: counter
total_req
Description Total requests
Type: number
Format: counter
total_req_succ
Description Total successful requests
Type: number
Format: counter
total_rev_bytes
Description Total reverse bytes
Type: number
Format: counter
total_rev_pkts
Description Total reverse packets
Type: number
Format: counter