Project

General

Profile

User story #2320

Updated by François ARMAND about 12 years ago

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.  

Back