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”
}
}
Updated by Pierre HAY over 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Pierre HAY to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/1922
Updated by Anonymous over 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|ef093b7d048e8b250c0e5b7ae65a1a28e2d19a00.
Updated by Vincent MEMBRÉ about 6 years ago
- Related to Architecture #4174: Deprecate API v1 added
Updated by Vincent MEMBRÉ about 6 years ago
- Subject changed from API : status endpoint to Create system Rest API to replace V1 API
Updated by Vincent MEMBRÉ about 6 years ago
- Tracker changed from Architecture to User story
Updated by Vincent MEMBRÉ about 6 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 5.0.0~beta1 which was released today.
Changelog
Actions