aam authentication service-group stats¶
Statistics for the object service-group
service-group Specification¶
Type Collection Collection Name service-group-list Collection URI /axapi/v3/aam/authentication/service-group/{name} Element Name service-group Element URI /axapi/v3/aam/authentication/service-group/{name}/stats Element Attributes service-group_attributes Schema service-group schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/aam/authentication/service-group/{name} | ||
Create List | POST | /axapi/v3/aam/authentication/service-group/{name} | ||
Get Object | GET | /axapi/v3/aam/authentication/service-group/{name}/stats | ||
Get List | GET | /axapi/v3/aam/authentication/service-group/{name} | ||
Modify Object | POST | /axapi/v3/aam/authentication/service-group/{name}/stats | ||
Replace Object | PUT | /axapi/v3/aam/authentication/service-group/{name}/stats | ||
Replace List | PUT | /axapi/v3/aam/authentication/service-group/{name} | ||
Delete Object | DELETE | /axapi/v3/aam/authentication/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/aam/authentication/service-group/{name}/member/{name}+{port}
name
Description Specify AAM service group 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: 63 characters
Maximum Length: 1 characters
port
Description Port number
Type: number
Range: 1-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 established 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 some help string
Type: number
Format: counter
response_time
Description Response time
Type: number
Format: counter
slowest_rsp_time
Description Slowest response time
Type: number
Format: counter
total_conn
Description Total established connections
Type: number
Format: counter
total_fwd_bytes
Description Bytes processed in forward direction
Type: number
Format: counter
total_fwd_pkts
Description Packets processed in forward direction
Type: number
Format: counter
total_req
Description Total requests
Type: number
Format: counter
total_req_succ
Description Total requests successful
Type: number
Format: counter
total_rev_bytes
Description Bytes processed in reverse direction
Type: number
Format: counter
total_rev_pkts
Description Packets processed in reverse direction
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 Drops due to Service selection failure
Type: number
Format: counter
server_selection_fail_reset
Description Resets sent out for Service selection failure
Type: number
Format: counter
service_curr_conn_overflow
Description Current connection counter overflow count
Type: number
Format: counter
service_healthy_host
Description Service Group healthy host count
Type: number
Format: counter
service_peak_conn
Description Peak connection count for the Service Group
Type: number
Format: counter
service_req_count
Description Service Group request count
Type: number
Format: counter
service_resp_2xx
Description Service Group response 2xx count
Type: number
Format: counter
service_resp_3xx
Description Service Group response 3xx count
Type: number
Format: counter
service_resp_4xx
Description Service Group response 4xx count
Type: number
Format: counter
service_resp_5xx
Description Service Group response 5xx count
Type: number
Format: counter
service_resp_count
Description Service Group response count
Type: number
Format: counter
service_unhealthy_host
Description Service Group unhealthy host count
Type: number
Format: counter