Actions
User story #2320
closedREST API: Download archive of groups/directives/rules
Status:
Released
Priority:
3
Assignee:
Category:
Web - Maintenance
Target version:
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
In the "archive" section, be able to download an archive file (zip, tgz) with the saved state of the configuration.
The upload part is tracked in #2356
There is a REST API for downloading Git archives as ZIP:
- /api/archives/zip/groups/${commitId}
- /api/archives/zip/directives/${commitId}
- /api/archives/zip/rules/${commitId}
- /api/archives/zip/all/${commitId}
Note that for the rest API, you can download ANY commit ID, not only the one corresponding to tags.
Actions