.. _fw_service_group_member_stats: fw service-group member stats ============================= Statistics for the object member member Specification -------------------- ===================================== =========================================================================================== **Parameter** **Value** ===================================== =========================================================================================== **Type** *Collection* **Collection Name** :ref:`1665_member_list` **Collection URI** /axapi/v3/fw/service-group/{name}/member/{name}+{port} **Element Name** member **Element URI** /axapi/v3/fw/service-group/{name}/member/{name}+{port}/stats **Element Attributes** member_attributes **Partition Visibility** None **Schema** :download:`member schema ` ===================================== =========================================================================================== **Operations Allowed:** .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/fw/service-group/{name}/member/{name}+{port} .. raw:: html :ref:`1665_member_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/fw/service-group/{name}/member/{name}+{port} .. raw:: html :ref:`1665_member_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/fw/service-group/{name}/member/{name}+{port}/stats .. raw:: html :ref:`1665_member_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/fw/service-group/{name}/member/{name}+{port} .. raw:: html :ref:`1665_member_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/fw/service-group/{name}/member/{name}+{port}/stats .. raw:: html :ref:`1665_member_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/fw/service-group/{name}/member/{name}+{port}/stats .. raw:: html :ref:`1665_member_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/fw/service-group/{name}/member/{name}+{port} .. raw:: html :ref:`1665_member_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/fw/service-group/{name}/member/{name}+{port}/stats .. raw:: html :ref:`1665_member_attributes` .. raw:: html
.. _1665_member_list: member-list ----------- member-list is **JSON List** of :ref:`1665_member_attributes` member-list : [ { :ref:`1665_member_attributes` }, { :ref:`1665_member_attributes` }, ... ] .. _1665_member_attributes: member attributes ----------------- **name** **Description** Member name **Type:** string **Format:** comp-string **Maximum Length:** 127 characters **Maximum Length:** 1 characters **port** **Description** Port number **Type:** number **Range:** 1-65534 **stats** **Description:** stats is a **JSON Block**. Please see below for :ref:`1665_stats` **Type:** Object .. _1665_stats: stats ^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **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