{ "id":"/axapi/v3/snmp-server/view/{viewname}+{oid}", "type":"object", "node-type":"list", "title":"view", "partition-visibility":"shared", "description":"Defines named \"view\" - a subset of the overall OID tree", "properties":{ "viewname":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Name of the view", "optional":false }, "oid":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"MIB view family name or oid", "optional":false }, "type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "not":"mask", "description":"'included': MIB family is included in the view; 'excluded': MIB family is excluded from the view; ", "enum":[ "included", "excluded" ], "optional":true }, "mask":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "not":"type", "description":"Hex octets, separated by '.', mask of oid", "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":[ "viewname", "oid" ], "required":[ "viewname", "oid" ] }