Show TOC

View WebSocket Server Connection InformationLocate this document in the navigation structure

Use this REST request to retrieve connection details for a WebSocket server. This REST request is a GET type request.

Syntax
GET
http://serverDetails/espws/restservice/websocketprovider
HEADER
authorization: Basic <auth-data>
<auth-data> is base64-encoded authorization data.
Example
GET
http://localhost:9091/espws/restservice/websocketprovider
HEADER
authorization: Basic c3R1ZGlvOnN5YmFzZQ==