Add a credential for WebSocket server
A WebSocket server is a type of server that enables real-time, two-way communication between a client (like a web browser) and a server over a single, long-lived connection.
Unlike traditional HTTP communication, which is request-response based, WebSockets allow for persistent connections where both the client and server can send and receive data at any time.
This section provides the brief information about creating a JSON file, importing the file, and validating the credentials. Navigate to the appropriate sections.
See WebSocket endpoint details and their formatting.
See Credentials for WebSocket server.
For more information about NetBackup WebSocket server, See “WebSocket Service for communication with a cloud application”.