files
Get zip file of directories
Downloads all files in the specified directory (or comma-separated list of directories) as a zip archive. logs and config are handled specially to include system log and config files.
get/api/files/zip/{DirNames}
Response
Binary file stream of the compressed system archive.
Changes
Changed in 2 of the 28 revisions of this API.11
- ○
added the media type
application/zipfor the response with the status200response-media-type-added
- ○
- ▲
removed the media type
application/zipfor the response with the status200response-media-type-removed
- ▲