{ "id":"/axapi/v3/ddos/template/icmp-v6/{icmp-tmpl-name}/type-other", "type":"object", "node-type":"scalar", "title":"type-other", "partition-visibility":"shared", "description":"Specify other type", "properties":{ "type-other-deny":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"type-other-rate", "description":"Deny all other type", "optional":true }, "type-other-rate":{ "type":"number", "format":"number", "minimum":1, "maximum":16000000, "partition-visibility":"shared", "not":"type-other-deny", "description":"Specify rate with other type", "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 } } }