Objects

List device configuration backups

Retrieve metadata of all stored configuration backups of the given node (timestamps, sizes and SHA-256 hashes, without configuration content). Requires a device backup provider module to be loaded on the server.

get/v1/objects/{object-id}/device-config-backups

Path parameters

object-idinteger required

Node object ID

Response

List of backups, newest first as returned by backup provider

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

Changes

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