action clever_cloud_get_logs_socket_app_id { label: "get_logs_socket_appId" description: "WebSocket to get logs for :appID. Optional queryString arg bind_to_es=true to bind WS on log storage and not real time AMQP broker" provider: clever_cloud method: GET path: "/logs-socket/{appId}" encoding: json input: { type: "object" properties: { appId: { type: "string" } } required: ["appId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }