{ "id":"/axapi/v3/ddos/detection/agent/{agent-name}/snmp", "type":"object", "node-type":"scalar", "title":"snmp", "partition-visibility":"shared", "description":"Configure DDoS detection agent snmp", "properties":{ "ipv4-addr":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Configure agent's IPv4 address for SNMP", "optional":true }, "community-string":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Configure agent's community-string for SNMP", "optional":true }, "refresh":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"refresh SNMP information", "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 } } }