Architecture #12578
closedUser story #12516: Create system Rest API to replace V1 API
API : reload endpoints
Description
This issue is a part of the V1 APIs deprecated process.
The following endpoints :
api/dyngroup/reload
api/techniqueLibrary/reload
will evolve to :
/rudder/api/latest/system/action/reload/ (reload both)
/rudder/api/latest/system/action/techniques/reload
/rudder/api/latest/system/action/groups/reload
and became RESTful compliant.
Updated by Pierre HAY over 6 years ago
- Tracker changed from Bug to Architecture
- Priority deleted (
0)
Updated by Pierre HAY over 6 years ago
Pierre HAY wrote:
This issue is a part of the V1 APIs deprecated process.
The following endpoints :
GET api/dyngroup/reload
GET api/techniqueLibrary/reloadwill evolve to :
POST /rudder/api/latest/system/action/reload/ (reload both)
POST /rudder/api/latest/system/action/techniques/reload
POST /rudder/api/latest/system/action/groups/reloadand became RESTful compliant.
Note the http method evolution. in fact, it makes no sense for a reload process to be triggered by a GET http method.
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/1929
Updated by Anonymous over 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|32d4d278f6e6681ba4448e8b151ffcc9cf14a2ea.
Updated by Vincent MEMBRÉ about 6 years ago
- Parent task changed from #4174 to #12516
Updated by Vincent MEMBRÉ about 6 years ago
- Status changed from Pending release to Released
Changelog