.. _aam_authentication_service_group_member: aam authentication service-group member ======================================= Authentication service group member member Specification -------------------- ===================================== ===================================================================================================== **Parameter** **Value** ===================================== ===================================================================================================== **Type** *Collection* **Object Key(s)** *name, port* **Collection Name** :ref:`103_member_list` **Collection URI** /axapi/v3/aam/authentication/service-group/{name}/member **Element Name** member **Element URI** /axapi/v3/aam/authentication/service-group/{name}/member/{name}+{port} **Element Attributes** member_attributes **Partition Visibility** shared **Statistics Data URI** /axapi/v3/aam/authentication/service-group/{name}/member/{name}+{port}/stats **Operational Data URI** /axapi/v3/aam/authentication/service-group/{name}/member/{name}+{port}/oper **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/aam/authentication/service-group/{name}/member .. raw:: html :ref:`103_member_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/aam/authentication/service-group/{name}/member .. raw:: html :ref:`103_member_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/aam/authentication/service-group/{name}/member/{name}+{port} .. raw:: html :ref:`103_member_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/aam/authentication/service-group/{name}/member .. raw:: html :ref:`103_member_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/aam/authentication/service-group/{name}/member/{name}+{port} .. raw:: html :ref:`103_member_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/aam/authentication/service-group/{name}/member/{name}+{port} .. raw:: html :ref:`103_member_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/aam/authentication/service-group/{name}/member .. raw:: html :ref:`103_member_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/aam/authentication/service-group/{name}/member/{name}+{port} .. raw:: html :ref:`103_member_attributes` .. raw:: html
.. _103_member_list: member-list ----------- member-list is **JSON List** of :ref:`103_member_attributes` member-list : [ { :ref:`103_member_attributes` }, { :ref:`103_member_attributes` }, ... ] .. _103_member_attributes: member attributes ----------------- **member-priority** **Description** Priority of Port in the Group **Type:** number **Range:** 1-16 **member-state** **Description** 'enable': Enable member service port; 'disable': Disable member service port; **Type:** string **Supported Values:** enable, disable **Default:** enable **name** **Description** Member name **Type:** string **Format:** comp-string **Maximum Length:** 63 characters **Maximum Length:** 1 characters **Reference Object:** :doc:`/axapi/v3/aam/authentication/server/ldap ` **packet-capture-template** **Description** Name of the packet capture template to be bind with this object **Type:** string **Maximum Length:** 128 characters **Maximum Length:** 1 characters **Reference Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-service-group-mem-tmpl ` **port** **Description** Port number **Type:** number **Range:** 1-65534 **Default:** 65534 **sampling-enable** **Type:** List **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _103_sampling-enable: sampling-enable ^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **counters1** **Description** 'all': all; 'total_fwd_bytes': Bytes processed in forward direction; 'total_fwd_pkts': Packets processed in forward direction; 'total_rev_bytes': Bytes processed in reverse direction; 'total_rev_pkts': Packets processed in reverse direction; 'total_conn': Total established connections; 'total_rev_pkts_inspected': Total reverse packets inspected; 'total_rev_pkts_inspected_status_code_2xx': Total reverse packets inspected status code 2xx; 'total_rev_pkts_inspected_status_code_non_5xx': Total reverse packets inspected status code non 5xx; 'curr_req': Current requests; 'total_req': Total requests; 'total_req_succ': Total requests successful; 'peak_conn': some help string; 'response_time': Response time; 'fastest_rsp_time': Fastest response time; 'slowest_rsp_time': Slowest response time; 'curr_ssl_conn': Current SSL connections; 'total_ssl_conn': Total SSL connections; 'curr_conn_overflow': Current connection counter overflow count; **Type:** string **Supported Values:** all, total_fwd_bytes, total_fwd_pkts, total_rev_bytes, total_rev_pkts, total_conn, total_rev_pkts_inspected, total_rev_pkts_inspected_status_code_2xx, total_rev_pkts_inspected_status_code_non_5xx, curr_req, total_req, total_req_succ, peak_conn, response_time, fastest_rsp_time, slowest_rsp_time, curr_ssl_conn, total_ssl_conn, curr_conn_overflow