Actions
Bug #10043
closedUser story #9698: Import node properties from external data sources
Bug #10026: Datasource config: missing interpolation of rudder params in request header
Missing refresh API for one data source only
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The parent ticket introduced API to update properties for nodes, either refresh all data sources for one node or refresh all data sources for all nodes.
We need to add:
- refresh one data sources for one node (when the data source knows about a change for a given node and want to notify the node),
- refresh one data source for all node.
Moreoever, the API URLs should be:
.../api/latest/nodes/reloadDatasources .../api/latest/nodes/reloadDatasources/${datasourceId} .../api/latest/nodes/${nodeId}/reloadDatasources .../api/latest/nodes/${nodeId}/reloadDatasources/${datasourceId}
Actions