- About Veeam Backup for Microsoft Azure REST API
- Overview
- Authorization
- Configuration Restore
- postRestore Backup Appliance Configuration
- postCancel Configuration Restore
- getGet Configuration Restore Session
- postImport Configuration Backup File
- getGet Configuration Backup File Metadata
- postCheck Imported Configuration Backup File
- getGet Configuration Restore Status
- postComplete Configuration Restore
- Logs
- System
Get Configuration Restore Logs
The HTTP GET request to the /logs/download
endpoint downloads configuration restore logs to the local machine.
SecurityBearer
Responses
200
Success
401
Unauthorized
403
Forbidden
404
Not Found
get/api/restoreservice/v8/logs/download
Request samples
- curl
Response samples
- 401
- 403
- 404
application/problem+json
{- "extensions": { },
- "status": 0,
- "title": "string",
- "detail": "string",
- "type": "string"
}