{ "id":"/axapi/v3/ip/disable-app-protocol-port/udp/disable-port/{port}", "type":"object", "node-type":"list", "title":"disable-port", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Disable Application Port", "properties":{ "port":{ "type":"number", "format":"number", "minimum":0, "maximum":65534, "partition-visibility":"shared", "description":"Port Number", "optional":false }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true }, "binding-interface":{ "type":"object", "$ref":"/axapi/v3/ip/disable-app-protocol-port/udp/disable-port/{port}/binding-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" }, "optional":true } } ] }, "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" }, "optional":true } } ] } } } }, "object-keys":[ "port" ], "required":[ "port" ] }