Update the retrieval configuration of an OPC-UA variable
PUT/opc-ua/nodes/:opcUaNodeId
Updates the active flag and the retrieval configuration of one browsed OPC-UA variable and returns the updated node. The node is addressed by its row id in the path; the body carries only what is writable.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- default
The variable node as it is stored afterwards - the whole node, not only the three fields the request carries, so the caller can refresh its row from the answer. Note that cronExpression is reported only for a PULL node; a PUSH node keeps whatever interval it had, and the answer shows none.
PULL without a usable retrieval interval, or activation of a variable that has no metric yet.
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 default error response