Fixed
Details
Assignee
Scott ThelemanScott ThelemanReporter
Scott ThelemanScott ThelemanStory Points
5Sprint
NoneFix versions
Priority
Medium
Details
Details
Assignee
Scott Theleman
Scott ThelemanReporter
Scott Theleman
Scott ThelemanStory Points
5
Sprint
None
Fix versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created February 7, 2022 at 10:35 PM
Updated June 7, 2022 at 4:51 PM
Resolved March 10, 2022 at 3:49 PM
Update the DeviceConfigRestService with API to download the actual backup configuration data (binary or text) for a single or multiple device configurations.
Suggested API URL:
GET /rest/device-config/download/{id} with 'device_config' table id, gets latest backup (if any) for that specific entry
POST /rest/device-config/download with a Json payload in form "{ ids: [] }" or similar with 'device_config' table IDs to download, response will be a zip file with one entry for each id, possibly with additional human-readable naming scheme.