cgnv6 service-group stats¶
Statistics for the object service-group
service-group Specification¶
Type Collection Collection Name service-group-list Collection URI /axapi/v3/cgnv6/service-group/{name} Element Name service-group Element URI /axapi/v3/cgnv6/service-group/{name}/stats Element Attributes service-group_attributes Schema service-group schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/cgnv6/service-group/{name} | ||
Create List | POST | /axapi/v3/cgnv6/service-group/{name} | ||
Get Object | GET | /axapi/v3/cgnv6/service-group/{name}/stats | ||
Get List | GET | /axapi/v3/cgnv6/service-group/{name} | ||
Modify Object | POST | /axapi/v3/cgnv6/service-group/{name}/stats | ||
Replace Object | PUT | /axapi/v3/cgnv6/service-group/{name}/stats | ||
Replace List | PUT | /axapi/v3/cgnv6/service-group/{name} | ||
Delete Object | DELETE | /axapi/v3/cgnv6/service-group/{name}/stats |
service-group-list¶
service-group-list is JSON List of service-group attributes
service-group-list : [
]
service-group attributes¶
member-list
Type: List
Reference Object: /axapi/v3/cgnv6/service-group/{name}/member/{name}+{port}
name
Description CGNV6 Service Name
Type: string
Format: string-rlx
Maximum Length: 127 characters
Maximum Length: 1 characters
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
member-list¶
Specification Type list Block object keys name
Description Member name
Type: string
Format: comp-string
Maximum Length: 127 characters
Maximum Length: 1 characters
port
Description Port number
Type: number
Range: 0-65534
Default: 65534
stats
Description: stats is a JSON Block. Please see below for member-list_stats
Type: Object
member-list_stats¶
Specification Type object curr_conn
Description Current connections
Type: number
Format: counter
curr_conn_overflow
Description Current connection counter overflow count
Type: number
Format: counter
curr_req
Description Current requests
Type: number
Format: counter
curr_ssl_conn
Description Current SSL connections
Type: number
Format: counter
fastest_rsp_time
Description Fastest response time
Type: number
Format: counter
peak_conn
Description Peak connections
Type: number
Format: counter
response_time
Description Response time
Type: number
Format: counter
slowest_rsp_time
Description Slowest response time
Type: number
Format: counter
state_flaps
Description State flaps count
Type: number
Format: counter
total_conn
Description Total connections
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_req
Description Total requests
Type: number
Format: counter
total_req_succ
Description Total requests success
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
total_rev_pkts_inspected
Description Total reverse packets inspected
Type: number
Format: counter
total_rev_pkts_inspected_status_code_2xx
Description Total reverse packets inspected status code 2xx
Type: number
Format: counter
total_rev_pkts_inspected_status_code_non_5xx
Description Total reverse packets inspected status code non 5xx
Type: number
Format: counter
total_ssl_conn
Description Total SSL connections
Type: number
Format: counter
stats¶
Specification Type object server_selection_fail_drop
Description Service selection fail drop
Type: number
Format: counter
server_selection_fail_reset
Description Service selection fail reset
Type: number
Format: counter
service_peak_conn
Description Service peak connection
Type: number
Format: counter