Websocket Client Agent Input/Output Data, Meta Information Model and Events

Input/Output Data

The agent emits UDRs of the following types:

  • BinaryMessage
  • TextMessage

which are both used for communication between the client and the server after a connection has been established.

The agent retrieves UDRs of the following types:

  • BinaryMessage
  • TextMessage
  • CloseConnection

of which the first two is used for communication between the client and the server after a connection has been established, and the last one can be sent to the agent to signal that the connection should be closed.

MIM

For information about the MIM and a list of the general MIM parameters, see Administration and Management in Legacy Desktop.

The agent publishes the following MIM parameter:

MIM Value

Description

Open Connections (list<string>)

This MIM parameter is of type list of string.

This MIM shows list of one URL per open connection.

Agent Message Events

There are no message events for this agent.

Debug Events

There are no debug events for this agent.