Test OPC-UA connection parameters
POST/opc-ua/servers/connection-test
Probes the given endpoint through the opc-ua-client without storing anything, so a server can be checked before it is saved. Returns whether an endpoint answered and, if not, why.
Request
Responses
- 200
- 400
- 401
- 403
- default
Outcome of the probe
the default error response
Unauthorized — the bearer token is missing, expired or invalid, or carries no role. Errors raised by the security aspects contain an ErrorDto body; requests rejected by the security filter chain may have an empty body.
Forbidden — the authenticated user lacks the required role or access rights.
the default error response