Bug #19815
Updated by I C over 3 years ago
Hi, Maybe it is related with #16738 but not sure. It seems that the Datasources API documentation include some mistake on those endpoints. Rudder API documentation bad endpoints: https://docs.rudder.io/api/v/13/#operation/ReloadAllDatasourcesOneNode @/rudder/api/latest/nodes/{nodeId}/fetchData -> return 404 Not Found@ https://docs.rudder.io/api/v/13/#operation/ReloadOneDatasourceOneNode @/rudder/api/latest/nodes/{nodeId}/fetchData/{datasourceId} -> return 404 Not Found@ Expected endpoints return by API (GET /info endpoint): <pre> { { "reloadOneDatasourceAllNodes": "reloadOneDatasourceOneNode": "Reload this the given datasources datasource for all nodes", the given node", "POST": "[9,10,11,12,13] /datasources/reload/{datasourceid}" /datasources/reload/{datasourceid}/node/{nodeid}" }, { "reloadOneDatasourceOneNode": "reloadAllDatasourcesAllNodes": "Reload the given datasource all datasources for the given node", all nodes", "POST": "[9,10,11,12,13] /datasources/reload/{datasourceid}/node/{nodeid}" }, /datasources/reload/node" } } </pre> My rudder server is in version 6.2.4