.. _vpn_revocation: vpn revocation ============== IPsec VPN revocation settings revocation Specification ------------------------ ===================================== ============================================================== **Parameter** **Value** ===================================== ============================================================== **Type** *Collection* **Object Key(s)** *name* **Collection Name** :ref:`4093_revocation_list` **Collection URI** /axapi/v3/vpn/revocation **Element Name** revocation **Element URI** /axapi/v3/vpn/revocation/{name} **Element Attributes** revocation_attributes **Partition Visibility** shared **Schema** :download:`revocation 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
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/vpn/revocation .. raw:: html :ref:`4093_revocation_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/vpn/revocation .. raw:: html :ref:`4093_revocation_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/vpn/revocation/{name} .. raw:: html :ref:`4093_revocation_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/vpn/revocation .. raw:: html :ref:`4093_revocation_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/vpn/revocation/{name} .. raw:: html :ref:`4093_revocation_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/vpn/revocation/{name} .. raw:: html :ref:`4093_revocation_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/vpn/revocation .. raw:: html :ref:`4093_revocation_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/vpn/revocation/{name} .. raw:: html :ref:`4093_revocation_attributes` .. raw:: html
.. _4093_revocation_list: revocation-list --------------- revocation-list is **JSON List** of :ref:`4093_revocation_attributes` revocation-list : [ { :ref:`4093_revocation_attributes` }, { :ref:`4093_revocation_attributes` }, ... ] .. _4093_revocation_attributes: revocation attributes --------------------- **ca** **Description** Certificate Authority file name **Type:** string **Maximum Length:** 255 characters **Maximum Length:** 1 characters **crl** **Description:** crl is a **JSON Block**. Please see below for :ref:`4093_crl` **Type:** Object **name** **Description** Revocation name **Type:** string **Maximum Length:** 31 characters **Maximum Length:** 1 characters **ocsp** **Description:** ocsp is a **JSON Block**. Please see below for :ref:`4093_ocsp` **Type:** Object **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 .. _4093_ocsp: ocsp ^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **ocsp-pri** **Description** Primary OCSP Authentication Server **Type:** string **Maximum Length:** 63 characters **Maximum Length:** 1 characters **Reference Object:** :doc:`/axapi/v3/aam/authentication/server/ocsp/instance ` **ocsp-sec** **Description** Secondary OCSP Authentication Server **Type:** string **Maximum Length:** 63 characters **Maximum Length:** 1 characters **Reference Object:** :doc:`/axapi/v3/aam/authentication/server/ocsp/instance ` .. _4093_crl: crl ^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **crl-pri** **Description** Primary CRL URL (http://www.example.com/ocsp) (only .der filetypes) **Type:** string **Format:** string-rlx **Maximum Length:** 255 characters **Maximum Length:** 1 characters **crl-sec** **Description** Secondary CRL URL (http://www.example.com/ocsp) (only .der filetypes) **Type:** string **Format:** string-rlx **Maximum Length:** 255 characters **Maximum Length:** 1 characters