- 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
The /system
resource collection represents Veeam Backup for Microsoft Azure system information.
Get Current Time Zone
The HTTP GET request to the /system/time
endpoint retrieves the current time zone in which backup appliance is operating.
SecurityBearer
Responses
200
Success
401
Unauthorized
get/api/restoreservice/v8/system/time
Request samples
- curl
Response samples
- 200
- 401
application/json
{- "utcDateTime": "2019-08-24T14:15:22Z",
- "timeZone": "string"
}
Get Update Status
The HTTP GET request to the /system/status
endpoint retrieves the status of backup appliance.
SecurityBearer
Responses
200
Success
401
Unauthorized
get/api/restoreservice/v8/system/status
Request samples
- curl
Response samples
- 200
- 401
application/json
{- "state": "Ready",
- "serverTime": "2019-08-24T14:15:22Z"
}