Objects
Get device configuration backup
Retrieve a single stored configuration backup of the given node including running and startup configuration content. Text configurations are returned as UTF-8 strings; binary configurations are base64-encoded. Requires the dedicated read-device-configuration access right on the node; denied requests are recorded in the audit log.
get/v1/objects/{object-id}/device-config-backups/{backup-id}
Path parameters
object-idinteger required
Node object ID
backup-idinteger required
Backup ID as returned by the backup list
Response
Backup with configuration content
Changes
Changed in 1 of the 115 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○