action rudder_reload_all_datasources_one_node { label: "Update properties for one node from all data sources" description: "Update properties from all data sources on one nodes. The call is asynchronous." provider: rudder method: POST path: "/nodes/{nodeId}/fetchData" encoding: json output: { type: "object" required: ["action", "data", "result"] properties: { action: { type: "string" description: "The id of the action" enum: ["ReloadAllDatasourcesOneNode"] } data: { type: "string" } result: { type: "string" description: "Result of the request" enum: ["success", "error"] } } } }