.. _aam_authentication_server_ocsp_instance: aam authentication server ocsp instance ======================================= Specify OCSP authentication server name instance Specification ---------------------- ===================================== ======================================================================================= **Parameter** **Value** ===================================== ======================================================================================= **Type** *Collection* **Object Key(s)** *name* **Collection Name** :ref:`86_instance_list` **Collection URI** /axapi/v3/aam/authentication/server/ocsp/instance **Element Name** instance **Element URI** /axapi/v3/aam/authentication/server/ocsp/instance/{name} **Element Attributes** instance_attributes **Partition Visibility** shared **Statistics Data URI** /axapi/v3/aam/authentication/server/ocsp/instance/{name}/stats **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 .. raw:: html .. raw:: html .. raw:: html .. raw:: html
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/aam/authentication/server/ocsp/instance .. raw:: html :ref:`86_instance_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/aam/authentication/server/ocsp/instance .. raw:: html :ref:`86_instance_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/aam/authentication/server/ocsp/instance/{name} .. raw:: html :ref:`86_instance_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/aam/authentication/server/ocsp/instance .. raw:: html :ref:`86_instance_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/aam/authentication/server/ocsp/instance/{name} .. raw:: html :ref:`86_instance_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/aam/authentication/server/ocsp/instance/{name} .. raw:: html :ref:`86_instance_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/aam/authentication/server/ocsp/instance .. raw:: html :ref:`86_instance_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/aam/authentication/server/ocsp/instance/{name} .. raw:: html :ref:`86_instance_attributes` .. raw:: html
.. _86_instance_list: instance-list ------------- instance-list is **JSON List** of :ref:`86_instance_attributes` instance-list : [ { :ref:`86_instance_attributes` }, { :ref:`86_instance_attributes` }, ... ] .. _86_instance_attributes: instance attributes ------------------- **health-check** **Description** Check server's health status **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **Mutual Exclusion:** health-check and health-check-disable are mutually exclusive **health-check-disable** **Description** Disable configured health check configuration **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **Mutual Exclusion:** health-check-disable and health-check are mutually exclusive **health-check-string** **Description** Health monitor name **Type:** string **Maximum Length:** 63 characters **Maximum Length:** 1 characters **Reference Object:** :doc:`/axapi/v3/health/monitor ` **http-version** **Description** Set HTTP version (default 1.0) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **name** **Description** Specify OCSP authentication server name **Type:** string **Format:** string-rlx **Maximum Length:** 63 characters **Maximum Length:** 1 characters **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-server-ocsp-inst-tmpl ` **port-health-check** **Description** Check port's health status **Type:** string **Maximum Length:** 63 characters **Maximum Length:** 1 characters **Mutual Exclusion:** port-health-check and port-health-check-disable are mutually exclusive **Reference Object:** :doc:`/axapi/v3/health/monitor ` **port-health-check-disable** **Description** Disable configured port health check configuration **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **Mutual Exclusion:** port-health-check-disable and port-health-check are mutually exclusive **responder-ca** **Description** Specify the trusted OCSP responder's CA cert filename **Type:** string **Maximum Length:** 245 characters **Maximum Length:** 1 characters **responder-cert** **Description** Specify the trusted OCSP responder's cert filename **Type:** string **Maximum Length:** 245 characters **Maximum Length:** 1 characters **sampling-enable** **Type:** List **url** **Description** Specify the OCSP server's address (Format: http://host[:port]/) (The OCSP server's address(Format: http://host[:port]/)) **Type:** string **Format:** string-rlx **Maximum Length:** 255 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters **version-type** **Description** '1.1': HTTP version 1.1; **Type:** string **Supported Values:** 1.1 .. _86_sampling-enable: sampling-enable ^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **counters1** **Description** 'all': all; 'request': Request; 'certificate-good': Good Certificate Response; 'certificate-revoked': Revoked Certificate Response; 'certificate-unknown': Unknown Certificate Response; 'timeout': Timeout; 'fail': Handle OCSP response failed; 'stapling-request': OCSP Stapling Request Send; 'stapling-certificate-good': OCSP Stapling Good Certificate Response; 'stapling-certificate-revoked': OCSP Stapling Revoked Certificate Response; 'stapling-certificate-unknown': OCSP Stapling Unknown Certificate Response; 'stapling-timeout': OCSP Stapling Timeout; 'stapling-fail': Handle OCSP response failed; **Type:** string **Supported Values:** all, request, certificate-good, certificate-revoked, certificate-unknown, timeout, fail, stapling-request, stapling-certificate-good, stapling-certificate-revoked, stapling-certificate-unknown, stapling-timeout, stapling-fail