Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Adapter for OPC UA

Retrieve redundant server set

  • Last UpdatedJun 26, 2025
  • 1 minute read

The OPC UA adapter provides a rest endpoint for querying the current redundant server set the adapter is using for server failover.

Complete the following steps to retrieve the redundant server set of an OPC UA adapter:

  1. Use any of the Configuration tools capable of making HTTP requests.

  2. Run a GET command to the following endpoint:

    http://localhost:5590/api/v1/configuration/<ComponentId>/RedundantServerSet

    Note: 5590 is the default port number. If you selected a different port number, replace it with that value.

    Example using Postman:

    GET "http://localhost:5590/api/v1/configuration/<ComponentId>/RedundantServerSet"

    Example result:

    {

    "ServerAddresses": [

    "opc.tcp://Server1",

    "opc.tcp://Server2"

    ]

    }

TitleResults for “How to create a CRG?”Also Available in