snmp-server group¶
Define a User Security Model group
group Specification¶
Type Collection Object Key(s) groupname Collection Name group-list Collection URI /axapi/v3/snmp-server/group Element Name group Element URI /axapi/v3/snmp-server/group/{groupname} Element Attributes group_attributes Schema group schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/snmp-server/group | ||
Create List | POST | /axapi/v3/snmp-server/group | ||
Get Object | GET | /axapi/v3/snmp-server/group/{groupname} | ||
Get List | GET | /axapi/v3/snmp-server/group | ||
Modify Object | POST | /axapi/v3/snmp-server/group/{groupname} | ||
Replace Object | PUT | /axapi/v3/snmp-server/group/{groupname} | ||
Replace List | PUT | /axapi/v3/snmp-server/group | ||
Delete Object | DELETE | /axapi/v3/snmp-server/group/{groupname} |
group-list¶
group-list is JSON List of group attributes
group-list : [
]
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