Actions
User story #12516
closedCreate system Rest API to replace V1 API
Effort required:
Name check:
Fix check:
Regression:
Description
This issue is the very first step of the old rudder API migration process.
We want to change their authentication mechanism and grow the amount of data they can provide by creating new endpoints.
This will be a tedious task, which imply modification in every tools used to the old API on top of the development work.
That particular issue aims to create a new endpoint :
https://xxxx/rudder/api/latest/system/status
that will serve some more information concerning nodes status.
Response :
{
"action": "listAcceptedNodes",
"result": "success",
"data": {
“global”: “ok”
}
}
Actions