.. _ntp_auth_key: ntp auth-key ============ authentication key auth-key Specification ---------------------- ===================================== =========================================================== **Parameter** **Value** ===================================== =========================================================== **Type** *Collection* **Object Key(s)** *key* **Collection Name** :ref:`2386_auth-key_list` **Collection URI** /axapi/v3/ntp/auth-key **Element Name** auth-key **Element URI** /axapi/v3/ntp/auth-key/{key} **Element Attributes** auth-key_attributes **Partition Visibility** shared **Schema** :download:`auth-key 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/ntp/auth-key .. raw:: html :ref:`2386_auth-key_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/ntp/auth-key .. raw:: html :ref:`2386_auth-key_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/ntp/auth-key/{key} .. raw:: html :ref:`2386_auth-key_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/ntp/auth-key .. raw:: html :ref:`2386_auth-key_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/ntp/auth-key/{key} .. raw:: html :ref:`2386_auth-key_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/ntp/auth-key/{key} .. raw:: html :ref:`2386_auth-key_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/ntp/auth-key .. raw:: html :ref:`2386_auth-key_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/ntp/auth-key/{key} .. raw:: html :ref:`2386_auth-key_attributes` .. raw:: html
.. _2386_auth-key_list: auth-key-list ------------- auth-key-list is **JSON List** of :ref:`2386_auth-key_attributes` auth-key-list : [ { :ref:`2386_auth-key_attributes` }, { :ref:`2386_auth-key_attributes` }, ... ] .. _2386_auth-key_attributes: auth-key attributes ------------------- **alg-type** **Description** 'M': encryption using MD5; 'SHA': encryption using SHA; 'SHA1': encryption using SHA1; **Type:** string **Supported Values:** M, SHA, SHA1 **asc-key** **Description** **Type:** string **Format:** password **Maximum Length:** 20 characters **Maximum Length:** 1 characters **Mutual Exclusion:** asc-key and hex-key are mutually exclusive **encrypted** **Description** Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED password string) **Mutual Exclusion:** encrypted and hex-encrypted are mutually exclusive **hex-encrypted** **Description** Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED password string) **Mutual Exclusion:** hex-encrypted and encrypted are mutually exclusive **hex-key** **Description** **Type:** string **Format:** password **Maximum Length:** 40 characters **Maximum Length:** 21 characters **Mutual Exclusion:** hex-key and asc-key are mutually exclusive **key** **Description** authentication key **Type:** number **Range:** 1-65535 **key-type** **Description** 'ascii': key string in ASCII form; 'hex': key string in hex form; **Type:** string **Supported Values:** ascii, hex **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters