Skip to content

WS API Ping

Silvan Heller edited this page Mar 19, 2021 · 1 revision

Message Type

PING

Description

Pings the server and returns the status message.

Request Description

A PingRequest object is to be sent to ping the server.

Example Request Message

{
  "messageType": "PING"
}

Example Response Message

{
  "status": "OK",
  "messageType": "PING"
}

Response Description

  • A PingResponse object will be received which contains the server status.