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
Response samples
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
Response samples
application/json
{
  • "state": "Ready",
  • "serverTime": "2019-08-24T14:15:22Z"
}