v2

latestOpenAPI 3.1.0CC-BY-SA 2.02026-07-2617789528.6 KB
🧩 Data sources

Update properties for one node from all data sources

Update properties from all data sources on one nodes. The call is asynchronous.

post/nodes/{nodeId}/fetchData

Path parameters

nodeIdstring uuid (or "root") required
Example:9a1773c9-0889-40b6-be89-f6504443ac1b

Id of the target node

Response

Data sources reloaded

result'success' | 'error' required

Result of the request

action'ReloadAllDatasourcesOneNode' required

The id of the action

datastring required

Example response

{
  "data": "Data for node '4e3336f9-ace8-44d6-8d07-496ff1631b01', for all configured data sources, is going to be updated"
}