{ "id":"/axapi/v3/enable-management/service/acl-v6/{acl-name}", "type":"object", "node-type":"list", "title":"acl-v6", "description":"IPv6 ACL service", "properties":{ "acl-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":16, "description":"ACL name", "optional":false }, "eth-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ethernet-start":{ "type":"number", "format":"interface", "description":"Ethernet port (Ethernet Interface number)" }, "ethernet-end":{ "type":"number", "format":"interface", "description":"Ethernet port" }, "optional":true } } ] }, "ve-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ve-start":{ "type":"number", "format":"number", "description":"VE port (VE Interface number)" }, "ve-end":{ "type":"number", "format":"number", "description":"VE port" }, "optional":true } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "description":"Customized tag", "optional":true } }, "object-keys":[ "acl-name" ], "required":[ "acl-name" ] }