.. _snmp_server_group: snmp-server group ================= Define a User Security Model group group Specification ------------------- ===================================== ====================================================================== **Parameter** **Value** ===================================== ====================================================================== **Type** *Collection* **Object Key(s)** *groupname* **Collection Name** :ref:`3108_group_list` **Collection URI** /axapi/v3/snmp-server/group **Element Name** group **Element URI** /axapi/v3/snmp-server/group/{groupname} **Element Attributes** group_attributes **Partition Visibility** shared **Schema** :download:`group 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/group .. raw:: html :ref:`3108_group_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/snmp-server/group .. raw:: html :ref:`3108_group_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/snmp-server/group/{groupname} .. raw:: html :ref:`3108_group_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/snmp-server/group .. raw:: html :ref:`3108_group_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/snmp-server/group/{groupname} .. raw:: html :ref:`3108_group_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/snmp-server/group/{groupname} .. raw:: html :ref:`3108_group_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/snmp-server/group .. raw:: html :ref:`3108_group_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/snmp-server/group/{groupname} .. raw:: html :ref:`3108_group_attributes` .. raw:: html
.. _3108_group_list: group-list ---------- group-list is **JSON List** of :ref:`3108_group_attributes` group-list : [ { :ref:`3108_group_attributes` }, { :ref:`3108_group_attributes` }, ... ] .. _3108_group_attributes: group attributes ---------------- **groupname** **Description** Name of the group **Type:** string **Maximum Length:** 31 characters **Maximum Length:** 1 characters **read** **Description** specify a read view for the group (read view name) **Type:** string **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': group using the authNoPriv Security Level; 'noauth': group using the noAuthNoPriv Security Level; 'priv': group using SNMPv3 authPriv security level; **Type:** string **Supported Values:** auth, noauth, priv