v2

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

Update properties for one node from a data source

Update properties from a data source on one nodes. The call is asynchronous.

post/nodes/{nodeId}/fetchData/{datasourceId}

Path parameters

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

Id of the target node

datasourceIdstring required
Example:test-data-source

Id of the data source

Response

Data sources reloaded

result'success' | 'error' required

Result of the request

action'ReloadOneDatasourceOneNode' required

The id of the action

datastring required

Example response

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