/  Yamcs HTTP API  /  Sessions  /  Subscribe Session

Subscribe SessionΒΆ

Receive notification when own session ends

WebSocket

This method requires to upgrade an HTTP connection to WebSocket. See details on how Yamcs uses WebSocket.

Use the message type session.

Output Type

interface SessionEventInfo {
  endReason: string;
}