.. _snmp_server_user: snmp-server user ================ Deprecated SNMPv3 user command user Specification ------------------ ===================================== ==================================================================== **Parameter** **Value** ===================================== ==================================================================== **Type** *Collection* **Object Key(s)** *username* **Collection Name** :ref:`3122_user_list` **Collection URI** /axapi/v3/snmp-server/user **Element Name** user **Element URI** /axapi/v3/snmp-server/user/{username} **Element Attributes** user_attributes **Partition Visibility** shared **Schema** :download:`user 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/snmp-server/user .. raw:: html :ref:`3122_user_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/snmp-server/user .. raw:: html :ref:`3122_user_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/snmp-server/user/{username} .. raw:: html :ref:`3122_user_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/snmp-server/user .. raw:: html :ref:`3122_user_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/snmp-server/user/{username} .. raw:: html :ref:`3122_user_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/snmp-server/user/{username} .. raw:: html :ref:`3122_user_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/snmp-server/user .. raw:: html :ref:`3122_user_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/snmp-server/user/{username} .. raw:: html :ref:`3122_user_attributes` .. raw:: html
.. _3122_user_list: user-list --------- user-list is **JSON List** of :ref:`3122_user_attributes` user-list : [ { :ref:`3122_user_attributes` }, { :ref:`3122_user_attributes` }, ... ] .. _3122_user_attributes: user attributes --------------- **auth-val** **Description** 'md5': Use HMAC MD5 algorithm for authentication; 'sha': Use HMAC SHA algorithm for authentication; **Type:** string **Supported Values:** md5, sha **encpasswd** **Description** Passphrase for encryption **Type:** string **Format:** password **Maximum Length:** 31 characters **Maximum Length:** 8 characters **group** **Description** Group to which the user belongs **Type:** string **Maximum Length:** 31 characters **Maximum Length:** 1 characters **passwd** **Description** Password of this user **Type:** string **Format:** password **Maximum Length:** 31 characters **Maximum Length:** 8 characters **priv** **Description** 'des': DES encryption alogrithm; 'aes': AES encryption alogrithm; (Encryption type) **Type:** string **Supported Values:** des, aes **priv-pw-encrypted** **Description** Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED passphrase string) **pw-encrypted** **Description** Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED passphrase string) **username** **Description** Name of the user **Type:** string **Format:** string-rlx **Maximum Length:** 31 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters **v3** **Description** 'auth': Using the authNoPriv Security Level; 'noauth': Using the noAuthNoPriv Security Level; **Type:** string **Supported Values:** auth, noauth