{ "id":"/axapi/v3/ipv6/prefix-list/{name}", "type":"object", "node-type":"list", "title":"prefix-list", "partition-visibility":"shared", "description":"Configure Prefix-list", "properties":{ "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Name of a prefix list", "optional":false }, "rules":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "seq":{ "type":"number", "format":"number", "minimum":1, "maximum":4294967295, "partition-visibility":"shared", "description":"Sequence number of an entry" }, "description":{ "type":"string", "format":"string", "minLength":1, "maxLength":80, "partition-visibility":"shared", "description":"Prefix-list specific description (Up to 80 characters describing this prefix-list)" }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'deny': Specify packets to reject; 'permit': Specify packets to forward; ", "enum":[ "deny", "permit" ] }, "any":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Any prefix match. Same as \"::0/0 le 128\"" }, "ipaddr":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"IPv6 prefix, e.g., 3ffe::/16" }, "ge":{ "type":"number", "format":"number", "minimum":0, "maximum":128, "partition-visibility":"shared", "description":"Minimum prefix length to be matched" }, "le":{ "type":"number", "format":"number", "minimum":0, "maximum":128, "partition-visibility":"shared", "description":"Maximum prefix length to be matched" } } } ] }, "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":[ "name" ], "required":[ "name" ] }