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

idinteger

Backup ID

timestampstring date-time

Time the backup was taken

lastCheckTimestring date-time nullable

Last time the backup provider verified the device configuration against this backup

isBinaryboolean

True if configuration content is binary rather than text

runningConfigSizeinteger

Size of running configuration in bytes

runningConfigHashstring

SHA-256 hash of running configuration as hexadecimal string

startupConfigSizeinteger

Size of startup configuration in bytes (0 if not stored)

startupConfigHashstring

SHA-256 hash of startup configuration as hexadecimal string

runningConfigstring nullable

Running configuration content (UTF-8 text, or base64 when isBinary is true)

startupConfigstring nullable

Startup configuration content (UTF-8 text, or base64 when isBinary is true); null if not stored

Changes

Changed in 1 of the 115 revisions of this API.1