{ "id":"/axapi/v3/ddos/local-address/ipv6/{ipv6-addr}", "type":"object", "node-type":"list", "title":"ipv6", "partition-visibility":"shared", "description":"Configure DDoS ipv6 address", "properties":{ "ipv6-addr":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"DDoS IPv6 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":[ "ipv6-addr" ], "required":[ "ipv6-addr" ] }