{ "id":"/axapi/v3/ip/app-protocol-port/tcp/port/disable/{port}/interface", "type":"object", "node-type":"scalar", "title":"interface", "partition-visibility":"shared", "description":"Disable a port from an interface", "properties":{ "management":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Management Interface", "optional":true }, "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", "optional":true } } }