{ "id":"/axapi/v3/ip/app-protocol-port/tcp/passthrough", "type":"object", "node-type":"scalar", "title":"passthrough", "partition-visibility":"shared", "description":"Controls TCP ports filtering on all interfaces, Default mode is enabled", "properties":{ "enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enables passthrough mode", "optional":true }, "disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable passthrough mode", "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 } } }