action visualstudio_post_tunnelauth { label: "post_tunnelauth" provider: visualstudio method: POST path: "/tunnelauth" encoding: json input: { type: "object" properties: { cluster: { type: "string" } id: { type: "string" } name: { type: "string" } op: { type: "string" } port: { type: "integer" format: "int32" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }