Veeam Cloud Connect

This resource collection represents monitored Veeam Cloud Connect infrastructure.

Get All Cloud Gateways

Returns a collection resource representation of all cloud gateways.

SecurityBearer
Request
query Parameters
Offset
integer <int32>
Default: 0
Limit
integer <int32>
Default: 100
Filter
string
Sort
string
Select
string
Responses
200

Success

403

Forbidden

get/api/v2.3/cloudConnect/cloudGateways
Request samples
Response samples
application/json
{
  • "items": [
    ],
  • "totalCount": 2
}

Get Cloud Gateway

Returns a resource representation of a cloud gateway with the specified ID.

SecurityBearer
Request
path Parameters
cloudGatewayId
required
integer <int64>
Responses
200

Success

403

Forbidden

get/api/v2.3/cloudConnect/cloudGateways/{cloudGatewayId}
Request samples
Response samples
application/json
{
  • "cloudGatewayId": 103,
  • "cloudGatewayUidInVbr": "e22507f6-fc7d-4446-bdeb-e09670d001bc",
  • "name": "srv13",
  • "backupServerId": 101,
  • "gatewayPoolId": null,
  • "enabled": true,
  • "port": 6180,
  • "ip": "srv13.tech.local",
  • "state": "Healthy",
  • "upgradeRequired": false
}

Get All Cloud Gateway Pools

Returns a collection resource representation of all cloud gateway pools.

SecurityBearer
Request
query Parameters
Offset
integer <int32>
Default: 0
Limit
integer <int32>
Default: 100
Filter
string
Sort
string
Select
string
Responses
200

Success

403

Forbidden

get/api/v2.3/cloudConnect/cloudGatewayPools
Request samples
Response samples
application/json
{
  • "items": [
    ],
  • "totalCount": 2
}

Get Cloud Gateway Pool

Returns a resource representation of a cloud gateway pool with the specified ID.

SecurityBearer
Request
path Parameters
cloudGatewayPoolId
required
integer <int64>
Responses
200

Success

403

Forbidden

get/api/v2.3/cloudConnect/cloudGatewayPools/{cloudGatewayPoolId}
Request samples
Response samples
application/json
{
  • "cloudGatewayPoolId": 47,
  • "cloudGatewayPoolUidInVbr": "2df959dc-e36e-4b48-bda8-5cfb2965d153",
  • "name": "Alpha Pool",
  • "backupServerId": 413,
  • "description": "Alpha Cloud Gateway Pool",
  • "gatewayCount": 6
}

Get All Tenants

Returns a collection resource representation of all Veeam Cloud Connect tenants.

SecurityBearer
Request
query Parameters
Offset
integer <int32>
Default: 0
Limit
integer <int32>
Default: 100
Filter
string
Sort
string
Select
string
Responses
200

Success

403

Forbidden

get/api/v2.3/cloudConnect/tenants
Request samples
Response samples
application/json
{
  • "items": [
    ],
  • "totalCount": 4
}

Get Tenant

Returns a resource representation of a Veeam Cloud Connect tenant with the specified ID.

SecurityBearer
Request
path Parameters
tenantId
required
integer <int64>
Responses
200

Success

403

Forbidden

get/api/v2.3/cloudConnect/tenants/{tenantId}
Request samples
Response samples
application/json
{
  • "tenantId": 123,
  • "tenantUidInVbr": "30d18d6f-0e91-49c9-a8fa-a3d4f0d622a0",
  • "backupServerId": 101,
  • "name": "Beta Systems",
  • "type": "Standalone",
  • "tenantContractExpirationDate": null
}

Get All Tenant Quotas

Returns a collection resource representation of quotas configured for all Veeam Cloud Connect tenants.

SecurityBearer
Request
query Parameters
Offset
integer <int32>
Default: 0
Limit
integer <int32>
Default: 100
Filter
string
Sort
string
Select
string
Responses
200

Success

403

Forbidden

get/api/v2.3/cloudConnect/tenants/tenantQuotas
Request samples
Response samples
application/json
{
  • "items": [
    ],
  • "totalCount": 4
}

Get All Quotas of Tenant

Returns a collection resource representation of all quotas configured for a Veeam Cloud Connect tenant with the specified ID.

SecurityBearer
Request
path Parameters
tenantId
required
integer <int64>
query Parameters
Offset
integer <int32>
Default: 0
Limit
integer <int32>
Default: 100
Filter
string
Sort
string
Select
string
Responses
200

Success

403

Forbidden

get/api/v2.3/cloudConnect/tenants/{tenantId}/tenantQuotas
Request samples
Response samples
application/json
{
  • "items": [
    ],
  • "totalCount": 2
}

Document updated 9/08/2025

Page content applies to build 13.0.0.5630