Name | Description |
providerUrl | String. The URL of the Universal Messaging server in the following format: <protocol>://<host>:<port>, for example: nsp://localhost:9000 |
connected | Boolean. Indicates whether the Universal Messaging service is connected to the configured Universal Messaging server. Possible values are: true when the service is functioning correctly or is slow. false when the service is disconnected. |
connectTime | Instant. The time when the Universal Messaging service connected to the configured Universal Messaging server, or reconnected to it after a disconnection. Possible values are: Before the current time when the service is functioning correctly or is slow. Empty when the service is initially unavailable. Before the time represented by disconnectTime when the Universal Messaging service becomes unavailable afterwards. |
disconnectTime | Instant. The time when the Universal Messaging service disconnected from the Universal Messaging server. Possible values are: Empty or before the value represented by connectTime when the Universal Messaging service is functioning correctly or is slow. Empty when the Universal Messaging service is initially unavailable. After the value represented by connectTime when the Universal Messaging service becomes unavailable afterwards. |