Subscribing to receive notifications using WebSocket
You can instruct the probe to receive subscriptions through WebSocket.
To do this, set the following properties in the restWebSocketTransport.properties file:
webSocketURI=/websocket
httpHeaders=Authorization=Basic ++Username++:++Password++,Content-Type=application/json
httpVersion=1.1
responseTimeout=2
webSocketRefreshMessage=Ping
webSocketRefreshInterval=10
Note:
Leave the following properties empty:
subscribeRequestURI=
subscribeRequestMethod=
subscribeRequestContent=
subscribeRefreshURI=
subscribeRefreshMethod=
subscribeRefreshContent=
subscribeRefreshInterval=