snmp-server group

Define a User Security Model group

group Specification

Parameter Value
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
Partition Visibility shared
Schema group schema

Operations Allowed:

OperationMethodURIPayload

Create Object

POST

/axapi/v3/snmp-server/group

group attributes

Create List

POST

/axapi/v3/snmp-server/group

group attributes

Get Object

GET

/axapi/v3/snmp-server/group/{groupname}

group attributes

Get List

GET

/axapi/v3/snmp-server/group

group-list

Modify Object

POST

/axapi/v3/snmp-server/group/{groupname}

group attributes

Replace Object

PUT

/axapi/v3/snmp-server/group/{groupname}

group attributes

Replace List

PUT

/axapi/v3/snmp-server/group

group-list

Delete Object

DELETE

/axapi/v3/snmp-server/group/{groupname}

group attributes

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