Actions
Bug #11650
closedArchive REST section outdated for download ZIP archive
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Operational - other Techniques | Technique editor | Rudder settings
Effort required:
Very Small
Priority:
61
Name check:
Fix check:
Regression:
Description
Archive REST Section says:
https://www.rudder-project.org/rudder-doc-4.1/rudder-doc.html#rest-api
http://localhost/rudder/api/archives/zip/full/[archiveId] Download groups, directives and rules for the given Commit ID as a ZIP archive.
But this throws a 404 Not Found.
According to the scala code I presume the correct one is "zip/all" in the path:
case Get("api" :: "archives" :: "zip" :: "all" :: commitId :: Nil, req) => getZip(commitId, allFiles, "all")
Updated by Benoît PECCATTE about 7 years ago
- Target version set to 3.1.25
- Effort required set to Very Small
- Priority changed from 32 to 49
Updated by Nicolas CHARLES almost 7 years ago
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
Updated by Nicolas CHARLES almost 7 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-doc/pull/383
Updated by Nicolas CHARLES almost 7 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-doc|52048aabb7efca27bf21a6ff94798c7f9b284146.
Updated by Vincent MEMBRÉ almost 7 years ago
- Status changed from Pending release to Released
Actions