{ "id":"/axapi/v3/health/monitor/{name}/method/snmp", "type":"object", "node-type":"scalar", "title":"snmp", "partition-visibility":"shared", "description":"SNMP type", "properties":{ "snmp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"SNMP type", "optional":true }, "snmp-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65534, "default":161, "partition-visibility":"shared", "description":"Specify SNMP port, default is 161 (Port Number)", "optional":true }, "community":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "default":"public", "partition-visibility":"shared", "description":"Specify SNMP community, default is \"public\" (Community String)", "optional":true }, "oid":{ "type":"object", "properties":{ "mib":{ "type":"string", "format":"enum", "partition-visibility":"shared", "not":"asn", "description":"'sysDescr': The MIB-2 OID of system description, 1.1.0; 'sysUpTime': The MIB-2 OID of system up time, 1.3.0; 'sysName': The MIB-2 OID of system nume, 1.5.0; ", "enum":[ "sysDescr", "sysUpTime", "sysName" ] }, "asn":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "not":"mib", "description":"Specify the format in ASN.1 style" } } }, "operation":{ "type":"object", "properties":{ "oper-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'getnext': Get-Next-Request command; 'get': Get-Request command; ", "enum":[ "getnext", "get" ] } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }