/cloud/gatewayPools
Represents a collection of cloud gateway pools configured on all Veeam backup servers connected to Veeam Backup Enterprise Manager.
Resource URL
https://<Enterprise-Manager>:9398/api/cloud/gatewayPools |
Related Resources
/cloud/gatewayPools/{ID}
Methods
The following methods are supported for the /cloud/gatewayPools resource:
Resource Representation
The /cloud/gatewayPools resource has a resource representation of the following type:
<EntityReferences xmlns="http://www.veeam.com/ent/v1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Ref UID="urn:veeam:CloudGatewayPool:6de18dab-3341-441e-9184-a866913444d4" Name="Cloud gateway pool 1" Href="http://local.host:9399/api/cloud/gatewayPools/6de18dab-3341-441e-9184-a866913444d4" Type="CloudGatewayPoolReference"> <Links> <Link Href="http://local.host:9399/api/backupServers/3e1e451a-4718-4475-836b-9547ccae6872" Name="local.host" Type="BackupServerReference" Rel="Up"/> <Link Href="http://local.host:9399/api/cloud/gatewayPools/6de18dab-3341-441e-9184-a866913444d4?format=Entity" Name="Cloud gateway pool 1" Type="CloudGatewayPool" Rel="Alternate"/> </Links> </Ref> </EntityReferences> |