{ "id":"/axapi/v3/snmp-server/group/{groupname}", "type":"object", "node-type":"list", "title":"group", "partition-visibility":"shared", "description":"Define a User Security Model group", "properties":{ "groupname":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Name of the group", "optional":false }, "v3":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'auth': group using the authNoPriv Security Level; 'noauth': group using the noAuthNoPriv Security Level; 'priv': group using SNMPv3 authPriv security level; ", "enum":[ "auth", "noauth", "priv" ], "optional":true }, "read":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"specify a read view for the group (read view name)", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "groupname" ], "required":[ "groupname" ] }