{ "id":"/axapi/v3/ip/app-protocol-port/udp", "type":"object", "node-type":"intermediate", "title":"udp", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"UDP application ports", "properties":{ "passthrough":{ "type":"object", "$ref":"/axapi/v3/ip/app-protocol-port/udp/passthrough", "properties":{ "enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enables global port processing" }, "disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable global port processing" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "port":{ "type":"object", "$ref":"/axapi/v3/ip/app-protocol-port/udp/port", "properties":{ "add-list":{ "type":"array", "minItems":1, "items":{ "type":"add" }, "uniqueItems":true, "$ref":"/axapi/v3/ip/app-protocol-port/udp/port/add/{port}", "array":[ { "properties":{ "port":{ "type":"number", "format":"number", "minimum":0, "maximum":65534, "partition-visibility":"shared", "description":"Port Number", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true }, "app-name-list":{ "type":"array", "minItems":1, "items":{ "type":"app-name" }, "uniqueItems":true, "$ref":"/axapi/v3/ip/app-protocol-port/udp/port/add/{port}/app-name/{name}", "array":[ { "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Application Protocol Port Name", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true }, "interface":{ "type":"object", "$ref":"/axapi/v3/ip/app-protocol-port/udp/port/add/{port}/app-name/{name}/interface", "properties":{ "management":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Management Interface" }, "ve-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ve-start":{ "type":"number", "format":"number", "partition-visibility":"shared", "description":"VE port (VE Interface number)" }, "ve-end":{ "type":"number", "format":"number", "partition-visibility":"shared", "description":"VE port" } } } ] }, "eth-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ethernet-start":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet port (Ethernet Interface number)" }, "ethernet-end":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet port" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } }, "required":[ "name" ] } ] } }, "required":[ "port" ] } ] }, "disable-list":{ "type":"array", "minItems":1, "items":{ "type":"disable" }, "uniqueItems":true, "$ref":"/axapi/v3/ip/app-protocol-port/udp/port/disable/{port}", "array":[ { "properties":{ "port":{ "type":"number", "format":"number", "minimum":0, "maximum":65534, "partition-visibility":"shared", "description":"Port Number", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true }, "interface":{ "type":"object", "$ref":"/axapi/v3/ip/app-protocol-port/udp/port/disable/{port}/interface", "properties":{ "management":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Management Interface" }, "ve-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ve-start":{ "type":"number", "format":"number", "partition-visibility":"shared", "description":"VE port (VE Interface number)" }, "ve-end":{ "type":"number", "format":"number", "partition-visibility":"shared", "description":"VE port" } } } ] }, "eth-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ethernet-start":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet port (Ethernet Interface number)" }, "ethernet-end":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet port" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } }, "required":[ "port" ] } ] } } } } }