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.
Updated by François ARMAND over 12 years ago
- Subject changed from download / upload archive of configuration to Download archive of groups/directives/rules
- Description updated (diff)
- Status changed from New to In progress
Updated by François ARMAND over 12 years ago
- Description updated (diff)
- Status changed from In progress to Pending technical review
- Priority changed from N/A to 3
- % Done changed from 0 to 100
Corrected in commit f3ec037834c7a692ed3a4085d1b5c8a4304ffb92
(but the message was not the good one)
Updated by Nicolas CHARLES over 12 years ago
- Status changed from Pending technical review to 10
This looks valid, thank you Francois !
Updated by Jonathan CLARKE over 12 years ago
- Subject changed from Download archive of groups/directives/rules to REST API: Download archive of groups/directives/rules
Actions