Networks

The /projects/{projectId}/networks resource collection represents all virtual private networks created in a specific project.

Get Collection of VPCs

The HTTP GET request to the /projects/{projectId}/networks endpoint retrieves a list of all virtual private clouds (VPCs) available for Veeam Backup for Google Cloud.

SecurityBearer
Request
path Parameters
projectId
required
string

Google Cloud ID assigned to a project.

serviceAccountId
required
string <uuid>

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

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/projects/{projectId}/account/{serviceAccountId}/networks
Request samples
Response samples
{
  • "data": [
    ],
  • "pagination": {
    }
}

Get Collection of Subnets

The HTTP GET request to the /projects/{projectId}/networks/{networkId}/account/{serviceAccountId}/subnets endpoint retrieves a list of all subnets within the specified VPC.

SecurityBearer
Request
path Parameters
projectId
required
string

Google Cloud ID assigned to a project.

serviceAccountId
required
string <uuid>

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

networkId
required
string

System ID assigned to a VPC in the Veeam Backup for Google Cloud REST API.

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/projects/{projectId}/networks/{networkId}/account/{serviceAccountId}/subnets
Request samples
Response samples
{
  • "data": [
    ],
  • "pagination": {
    }
}

Get Collection of Firewall Rules

The HTTP GET request to the /projects/{projectId}/accounts/{serviceAccountId}/networks/{networkId}/firewallRules endpoint retrieves a list of all firewall rules specified for a virtual private cloud (VPC) with the specified ID.

SecurityBearer
Request
path Parameters
projectId
required
string

Google Cloud ID assigned to a project.

serviceAccountId
required
string <uuid>

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

networkId
required
string

System ID assigned to a VPC in the Veeam Backup for Google Cloud REST API.

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/projects/{projectId}/accounts/{serviceAccountId}/networks/{networkId}/firewallRules
Request samples
Response samples
{
  • "data": [
    ],
  • "pagination": {
    }
}

Infrastructure Rescan for VPCs

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

SecurityBearer
Request
path Parameters
projectId
required
string

Google Cloud ID assigned to a project.

serviceAccountId
required
string <uuid>

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/projects/{projectId}/accounts/{serviceAccountId}/networks/rescan
Request samples
Response samples
application/json
{
  • "sessionIds": [
    ],
  • "issues": [
    ]
}

Document updated 11/19/2025

Page content applies to build 7.0.0.47