{ "id":"/axapi/v3/flowspec/{name}/packet-length/{packet-length-attribute}+{length}", "type":"object", "node-type":"list", "title":"packet-length", "partition-visibility":"shared", "description":"Configure Packet Length for a Flowspec", "properties":{ "packet-length-attribute":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'eq': Match only packets on a given Packet Length; 'gt': Match only packets with a greater Packet Length; 'lt': Match only packets with a lower Packet Length; 'range': match only packets in the range of Packet Lengths; ", "enum":[ "eq", "gt", "lt", "range" ], "optional":false }, "length":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Specify the Packet Length", "optional":false }, "length-end":{ "type":"number", "format":"number", "minimum":2, "maximum":65535, "partition-visibility":"shared", "description":"Specify the Packet Length", "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 } }, "object-keys":[ "packet-length-attribute", "length" ], "required":[ "packet-length-attribute", "length" ] }