Update an OPC-UA server
PUT/opc-ua/servers/:serverId
Updates the connection settings of an OPC-UA server, including taking it out of service and back in through the active flag. The metric pattern can no longer be changed once nodes have been browsed from the server, because it determines their external time series ids.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- default
The updated server
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.
Entity not found.
The name is already in use, or the metric pattern was changed although nodes exist
the default error response