.. _aam_authentication_captcha_instance_stats: aam authentication captcha instance stats ========================================= Statistics for the object instance instance Specification ---------------------- ===================================== ========================================================================================= **Parameter** **Value** ===================================== ========================================================================================= **Type** *Collection* **Collection Name** :ref:`12_instance_list` **Collection URI** /axapi/v3/aam/authentication/captcha/instance/{name} **Element Name** instance **Element URI** /axapi/v3/aam/authentication/captcha/instance/{name}/stats **Element Attributes** instance_attributes **Partition Visibility** None **Schema** :download:`instance 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/captcha/instance/{name} .. raw:: html :ref:`12_instance_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/aam/authentication/captcha/instance/{name} .. raw:: html :ref:`12_instance_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/aam/authentication/captcha/instance/{name}/stats .. raw:: html :ref:`12_instance_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/aam/authentication/captcha/instance/{name} .. raw:: html :ref:`12_instance_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/aam/authentication/captcha/instance/{name}/stats .. raw:: html :ref:`12_instance_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/aam/authentication/captcha/instance/{name}/stats .. raw:: html :ref:`12_instance_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/aam/authentication/captcha/instance/{name} .. raw:: html :ref:`12_instance_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/aam/authentication/captcha/instance/{name}/stats .. raw:: html :ref:`12_instance_attributes` .. raw:: html
.. _12_instance_list: instance-list ------------- instance-list is **JSON List** of :ref:`12_instance_attributes` instance-list : [ { :ref:`12_instance_attributes` }, { :ref:`12_instance_attributes` }, ... ] .. _12_instance_attributes: instance attributes ------------------- **name** **Description** Specify captcha profile name **Type:** string **Format:** string-rlx **Maximum Length:** 63 characters **Maximum Length:** 1 characters **stats** **Description:** stats is a **JSON Block**. Please see below for :ref:`12_stats` **Type:** Object .. _12_stats: stats ^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **attr-fail** **Description** Total Attibute Check Failure **Type:** number **Format:** counter **json-fail** **Description** Total Failure JSON Response **Type:** number **Format:** counter **other-error** **Description** Total Other Error **Type:** number **Format:** counter **parse-fail** **Description** Total JSON Response Parse Failure **Type:** number **Format:** counter **request** **Description** Total Request **Type:** number **Format:** counter **timeout-error** **Description** Total Timeout **Type:** number **Format:** counter **verify-succ** **Description** Total Verification Success Response **Type:** number **Format:** counter