Project

General

Profile

Actions

Architecture #12578

closed

User story #12516: Create system Rest API to replace V1 API

API : reload endpoints

Added by Pierre HAY almost 6 years ago. Updated over 5 years ago.

Status:
Released
Priority:
N/A
Category:
API
Target version:
Effort required:
Name check:
Fix check:
Regression:

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.

Actions #1

Updated by Pierre HAY almost 6 years ago

  • Status changed from New to In progress
Actions #2

Updated by Pierre HAY almost 6 years ago

  • Tracker changed from Bug to Architecture
  • Priority deleted (0)
Actions #3

Updated by Pierre HAY almost 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/reload

will 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/reload

and 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.

Actions #4

Updated by Pierre HAY almost 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
Actions #5

Updated by Anonymous almost 6 years ago

  • Status changed from Pending technical review to Pending release
Actions #6

Updated by Alexis Mousset almost 6 years ago

  • Category set to API
Actions #7

Updated by Vincent MEMBRÉ over 5 years ago

  • Parent task set to #4174

4

Actions #8

Updated by Vincent MEMBRÉ over 5 years ago

  • Parent task changed from #4174 to #12516
Actions #9

Updated by Vincent MEMBRÉ over 5 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

Also available in: Atom PDF