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"
  }
}

Changes

Changed in 3 of the 27 revisions of this API.10

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 408

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    • api tag Discovery added

      api-tag-added

    • api tag DiscoveryMethods removed

      api-tag-removed

    • api tag DiscoveryMethods added

      api-tag-added

    • api tag Discovery removed

      api-tag-removed

    • removed the non-success response with the status 400

      response-non-success-status-removed

    • removed the non-success response with the status 408

      response-non-success-status-removed

    • removed the non-success response with the status 500

      response-non-success-status-removed