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