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": "laboris culpa",
"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": [
"bc7b6bbbdd373e26a1863418",
"af2a449cca1b01658522b147",
"c8f091d0585e95355b89f243"
],
"read": [
"1650730a47d17e6dc8b85c26",
"f4aeb85f3af3db2e34a2e8f0"
]
}
}