Google Cloud Regions

The /regions resource collection represents all Google Cloud regions available for Veeam Backup for Google Cloud.

Get Collection of Regions

The HTTP GET request to the /regions endpoint retrieves a list of all regions available for Veeam Backup for Google Cloud.

SecurityBearer
Request
query Parameters
filter
string

Returns only specific items of a resource collection in the response. To learn how to use the filter parameter, see the Veeam Backup for Google Cloud REST API Reference, section Filter Parameter.

orderby
string

Specifies the order of items in the response. For more information, see the Veeam Backup for Google Cloud REST API Reference Overview, section Orderby Parameter.

offset
integer <int32>

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

limit
integer <int32>

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

header Parameters
x-api-version
required
string
Default: 1.4-rev0

Specifies the current revision of the Veeam Backup for Google Cloud REST API.

Responses
200

OK

400

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

401

Unauthorized. The authorization header has been expected but not found (or found but is expired).

403

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

500

Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.

get/api/v1/regions
Request samples
Response samples
{
  • "data": [
    ],
  • "pagination": {
    }
}

Get Region Data

The HTTP GET request to the /regions/{regionId} endpoint retrieves information on a region with the specified ID.

SecurityBearer
Request
path Parameters
regionId
required
string <uuid>

Specifies the system ID assigned in the Veeam Backup for Google Cloud REST API to a Google Cloud region.

header Parameters
x-api-version
required
string
Default: 1.4-rev0

Specifies the current revision of the Veeam Backup for Google Cloud REST API.

Responses
200

OK

400

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

401

Unauthorized. The authorization header has been expected but not found (or found but is expired).

403

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

500

Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.

get/api/v1/regions/{regionId}
Request samples
Response samples
{
  • "name": "string",
  • "displayName": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}

Get Region Availability Zones

The HTTP GET request to the /regions/{regionId}/zones endpoint retrieves a list of all availability zones in a region with the specified ID.

SecurityBearer
Request
path Parameters
regionId
required
string <uuid>

System ID assigned in the Veeam Backup for Google Cloud REST API to a region where an availability zone belongs.

query Parameters
filter
string

Returns only specific items of a resource collection in the response. To learn how to use the filter parameter, see the Veeam Backup for Google Cloud REST API Reference, section Filter Parameter.

orderby
string

Specifies the order of items in the response. For more information, see the Veeam Backup for Google Cloud REST API Reference Overview, section Orderby Parameter.

offset
integer <int32>

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

limit
integer <int32>

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

header Parameters
x-api-version
required
string
Default: 1.4-rev0

Specifies the current revision of the Veeam Backup for Google Cloud REST API.

Responses
200

OK

400

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

401

Unauthorized. The authorization header has been expected but not found (or found but is expired).

403

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

500

Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.

get/api/v1/regions/{regionId}/zones
Request samples
Response samples
{
  • "data": [
    ],
  • "pagination": {
    }
}

Infrastructure Rescan for Regions

The HTTP POST request to the /regions/rescan/{projectId}/accounts/{serviceAccountId} endpoint runs the region rescanning operation for a project with the specified ID.

SecurityBearer
Request
path Parameters
projectId
required
string

Specifies the Google Cloud ID assigned to a project.

serviceAccountId
required
string <uuid>

Specifies the system ID assigned in the Veeam Backup for Google Cloud REST API to a service account.

header Parameters
x-api-version
required
string
Default: 1.4-rev0

Specifies the current revision of the Veeam Backup for Google Cloud REST API.

Responses
200

OK

400

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

401

Unauthorized. The authorization header has been expected but not found (or found but is expired).

403

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

404

Not Found. One or more resources specified in the request could not be found in the specified resource collection.

429

Too Many Requests. The user has sent too many requests in a given amount of time.

500

Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.

post/api/v1/regions/rescan/{projectId}/accounts/{serviceAccountId}
Request samples
Response samples
application/json
{
  • "sessionIds": [
    ],
  • "issues": [
    ]
}

Document updated 11/19/2025

Page content applies to build 7.0.0.47