v1

latestSwagger 2.0MIT LICENSE2026-07-1799215370.0 KB
Discovery

FindServer

Find servers matching the specified endpoint query spec.

post/v2/discovery/findserver

Request body

discoveryUrlstring

Discovery url to use to query

urlstring

Endpoint url that should match the found endpoint

securityMode'Best' | 'Sign' | 'SignAndEncrypt' | 'None' | 'NotNone'

Specifies the security mode for OPC UA endpoint connections. Determines how messages are protected during transmission between the Publisher and OPC UA servers. Proper security mode selection is crucial for protecting sensitive data and credentials.

securityPolicystring

Endpoint must support this Security policy.

certificatestring

Endpoint must match with this certificate thumbprint

Response

The operation was successful or the response payload contains relevant error information.

Example response

{
  "application": {
    "siteId": "productionlineA"
  }
}