MessageClientMonitorInfo

MessageClientMonitorInfo
MessageClientMonitorInfo

Health information about message client.

JSON Example
{
    "client_type": "EDGE",
    "id": "EDGE-665b09dd-92cc-4da5-8521-1c9a4361493b",
    "last_disconnect_timestamp": 1582029025748,
    "message_client_status": "CONNECTED"
}
string
client_type
Optional

The message client type.

  • EDGE: EDGE Gateway user.
  • CSMS: CSMS user.
Possible values are : EDGE, CSMS,
string
id
Optional

Unique ID representing the message client.

integer As int64 As int64
last_disconnect_timestamp
Optional

The timestamp in milliseconds when the message client was last seen. Measured as epoch time.

string
message_client_status
Optional

The message client status.

  • CONNECTED: Connected.
  • DISCONNECTED: Disconnected.
  • REGISTERED: Registered.
Possible values are : CONNECTED, DISCONNECTED, REGISTERED,