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": "id Lorem sunt pariatur",
"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": [
"ba865acacb1908acbccbd06c",
"ddd3ac9d245be2a6a2120dbf"
],
"read": [
"8a5cd0cf39bcc66ce7b31307",
"19c42e5e26b79ec418551fd7",
"b5e9194415a0ce566710b929",
"d7d2766e56d4c00c1ec9b12a"
]
}
}