action clever_cloud_get_events_event_socket { label: "get_events_event_socket" description: "Retrieve events as they come through a websocket connection. To have authorization, you have to send a `{ \"message_type\": \"oauth\", \"authorization\": \"oauth authorization string\" }` message" provider: clever_cloud method: GET path: "/events/event-socket" encoding: json output: { type: "object" additionalProperties: true } }