action visualstudio_get_tunnelauth { label: "get_tunnelauth" provider: visualstudio method: GET path: "/tunnelauth" encoding: json input: { type: "object" properties: { cluster: { type: "string" } id: { type: "string" } name: { type: "string" } pb: { type: "string" } port: { type: "integer" format: "int32" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }