{ "id":"/axapi/v3/sys-ut/event/{event-number}/action/{direction}/udp", "type":"object", "node-type":"scalar", "title":"udp", "partition-visibility":"shared", "description":"UDP header", "properties":{ "src-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Source port value", "optional":true }, "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 } } }