{ "id":"/axapi/v3/sys-ut/template/{name}/udp", "type":"object", "node-type":"scalar", "title":"udp", "partition-visibility":"shared", "description":"UDP header", "properties":{ "src-port-range":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "src-port-start":{ "type":"number", "format":"number", "partition-visibility":"shared", "description":"Source port value" }, "src-port-end":{ "type":"number", "format":"number", "partition-visibility":"shared", "description":"Src port end value" } } } ] }, "dest-port":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Dest port", "optional":true }, "dest-port-value":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Dest port value", "optional":true }, "nat-pool":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Nat pool port", "optional":true }, "length":{ "type":"number", "format":"number", "minimum":64, "maximum":9000, "partition-visibility":"shared", "description":"Total packet length starting at UDP header", "optional":true }, "checksum":{ "type":"string", "format":"enum", "default":"valid", "partition-visibility":"shared", "description":"'valid': valid; 'invalid': invalid; ", "enum":[ "valid", "invalid" ], "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 } } }