{ "id":"/axapi/v3/snmp-server/SNMPv1-v2c", "type":"object", "node-type":"intermediate", "title":"SNMPv1-v2c", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Specify the SNMPv1/v2c configuration", "properties":{ "user-list":{ "type":"array", "minItems":1, "items":{ "type":"user" }, "uniqueItems":true, "$ref":"/axapi/v3/snmp-server/SNMPv1-v2c/user/{user}", "array":[ { "properties":{ "user":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"SNMPv1/v2c community configuration key", "optional":false }, "passwd":{ "type":"string", "format":"password", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"define value of community string", "optional":true }, "encrypted":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "description":"Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED community string)", "optional":true }, "remote":{ "type":"object", "properties":{ "host-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "dns-host":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"DNS remote host" }, "ipv4-mask":{ "type":"string", "format":"ipv4-netmask", "partition-visibility":"shared", "description":"IPV4 mask" } } } ] }, "ipv4-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ipv4-host":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IPV4 remote host" }, "ipv4-mask":{ "type":"string", "format":"ipv4-netmask", "partition-visibility":"shared", "description":"IPV4 mask" } } } ] }, "ipv6-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ipv6-host":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"IPV6 remote host" }, "ipv6-mask":{ "type":"number", "format":"number", "minimum":1, "maximum":128, "partition-visibility":"shared", "description":"IPV6 mask" } } } ] } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true }, "oid-list":{ "type":"array", "minItems":1, "items":{ "type":"oid" }, "uniqueItems":true, "$ref":"/axapi/v3/snmp-server/SNMPv1-v2c/user/{user}/oid/{oid-val}", "array":[ { "properties":{ "oid-val":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"specific the oid (The oid value, object-key)", "optional":false }, "remote":{ "type":"object", "properties":{ "host-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "dns-host":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"DNS remote host" }, "ipv4-mask":{ "type":"string", "format":"ipv4-netmask", "partition-visibility":"shared", "description":"IPV4 mask" } } } ] }, "ipv4-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ipv4-host":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IPV4 remote host" }, "ipv4-mask":{ "type":"string", "format":"ipv4-netmask", "partition-visibility":"shared", "description":"IPV4 mask" } } } ] }, "ipv6-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ipv6-host":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"IPV6 remote host" }, "ipv6-mask":{ "type":"number", "format":"number", "minimum":1, "maximum":128, "partition-visibility":"shared", "description":"IPV6 mask" } } } ] } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "required":[ "oid-val" ] } ] } }, "required":[ "user" ] } ] } } }