{ "id":"/axapi/v3/ddos/local-address/ip/{ip-addr}", "type":"object", "node-type":"list", "title":"ip", "partition-visibility":"shared", "description":"Configure DDoS ipv4 address", "properties":{ "ip-addr":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"DDoS IPv4 Address for syn cookie usage", "optional":false }, "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":[ "ip-addr" ], "required":[ "ip-addr" ] }