Summary
Get Device Backup
Description
Retrieves single backup document by id
Route
GET /configuration_manager/backups/:id
Roles
admin
apiread
Parameters
DetailsExampleSchema
| Name |
Type |
Required |
Description |
| id |
string |
yes |
Backup's id |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
| Name |
Type |
Description |
| backup |
object |
JSON object that contains the backed up configuration |
Copied to Clipboard
{
"id": "5c35355dbebaa82eaf8113f0",
"name": "xr9kv-atl",
"provider": "nulla ipsum labore",
"type": "native",
"date": "2019-04-12T14:42:47.958Z",
"rawConfig": "hostname ios0\nno service password-encryption\n...",
"description": "description of backup",
"notes": "notes about backup",
"gbac": {
"write": [
"f31f1be1e63d52a406fde849",
"c6aa4fce13d50f74ed20c3d7",
"17b88c6137bbf74abba92bfa"
],
"read": [
"1644307e77d48e770c7d1da8",
"085d784262002ebe112f007e"
]
}
}