Availability Zones

The /cloudInfrastructure/availabilityZones resource collection represents availability zones available for Veeam Backup for Microsoft Azure.

Get Collection of Availability Zones

The HTTP GET request to the /cloudInfrastructure/availabilityZones endpoint retrieves a list of existing availability zones.

SecurityBearer
Request
query Parameters
Offset
integer <int32> >= 0

Specifies the first N items of a resource collection that will be excluded from the response.

x-veeam-parameter-group: Veeam.Azure.REST.RequestQuery.V2.PageProperties
Limit
integer <int32> >= -1

Specifies the maximum number of items of a resource collection that will be returned in the response.

x-veeam-parameter-group: Veeam.Azure.REST.RequestQuery.V2.PageProperties
SubscriptionId
string or null <uuid>

Returns only zones available in a subscription with the specified ID.

x-veeam-parameter-group: AvailabilityZoneOptions
RegionId
string or null

Returns only availability zones that belong to an Azure region with the specified ID.

x-veeam-parameter-group: AvailabilityZoneOptions
ServiceAccountId
string

Returns only availability zones to which a service account with the specified system ID has permissions.

x-veeam-parameter-group: AvailabilityZoneOptions
VmSizeName
string or null

Returns only availability zones that support the specified size of Azure VMs.

x-veeam-parameter-group: AvailabilityZoneOptions
Responses
200

OK

400

Bad Request. The request body is malformed, incomplete or otherwise invalid.

401

Unauthorized. The Authorization header does not contain an access token, or the provided access token is invalid.

403

Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.

409

Conflict

get/api/v8/cloudInfrastructure/availabilityZones
Request samples
curl -i -X GET \
  'https://123.123.123.123/api/v8/cloudInfrastructure/availabilityZones?Offset=0&Limit=-1&SubscriptionId=497f6eca-6276-4993-bfeb-53cbbbba6f08&RegionId=string&ServiceAccountId=string&VmSizeName=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'
Response samples
application/json
{}