Browse an OPC-UA server now
POST/opc-ua/servers/:serverId/browse
Starts a browse run for this server immediately instead of waiting for its interval, so a newly connected address space or a change on the server becomes visible at once. The run happens in the opc-ua-client and can take several minutes on a large address space; the answer therefore reports whether it was started, not what it found. It also ignores the browseNodes flag - that flag switches off the automatic schedule, and a server searched only on demand is exactly what the combination with this endpoint is for.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- default
Whether the run was started
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 default error response