/cloud/gatewayPools/{ID}

Represents a cloud gateway pool with the specified ID.

Resource URL

The URL of the reference resource representation:

https://<Enterprise-Manager>:9398/api/cloud/gatewayPools/{ID}

The URL of the entity resource representation:

https://<Enterprise-Manager>:9398/api/cloud/gatewayPools/{ID}?format=Entity

Related Resources

Methods

The following methods are supported for the /cloud/gatewayPools/{ID} resource:

Resource Representation

The /cloud/gatewayPools/{ID} resource has a resource representation of the following types.

Entity reference resource representation:

<EntityRef xmlns="http://www.veeam.com/ent/v1.0" Type="CloudTenantReference" Href="https://localhost:9398/api/cloud/tenants/b25f5f1d-a3c3-45ed-af23-9ef31a94dac7" Name="ABC Company" UID="urn:veeam:CloudTenant:b25f5f1d-a3c3-45ed-af23-9ef31a94dac7">
 <Links>
   <Link Rel="Up" Type="BackupServerReference" Href="https://localhost:9398/api/backupServers/8fff3b8e-c3f1-4ef5-aecc-561f07bf9982" Name="172.17.53.48" />
   <Link Rel="Alternate" Type="CloudTenant" Href="https://localhost:9398/api/cloud/tenants/b25f5f1d-a3c3-45ed-af23-9ef31a94dac7?format=Entity" Name="ABC Company" />
 </Links>
</EntityRef>

Entity resource representation:

<?xml version="1.0" encoding="utf-8"?>
<CloudGatewayPool Href="https://localhost:9398/api/cloud/gatewayPools/64bf55fb-b53f-4214-950a-fcc3a241622b?format=Entity" Type="CloudGatewayPool" Name="GatewayPool 1" UID="urn:veeam:CloudGatewayPool:64bf55fb-b53f-4214-950a-fcc3a241622b" 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">
 <Links>
   <Link Href="https://localhost:9398/api/backupServers/32ec2857-6c5a-4964-8486-061ba18fd6cf" Name="localhost" Type="BackupServerReference" Rel="Up"/>
   <Link Href="https://localhost:9398/api/cloud/gatewayPools/64bf55fb-b53f-4214-950a-fcc3a241622b" Name="GatewayPool 1" Type="CloudGatewayPoolReference" Rel="Alternate"/>
   <Link Href="https://localhost:9398/api/cloud/gatewayPools/64bf55fb-b53f-4214-950a-fcc3a241622b" Name="GatewayPool 1" Type="CloudGatewayPoolReference" Rel="Edit"/>
   <Link Href="https://localhost:9398/api/cloud/gatewayPools/64bf55fb-b53f-4214-950a-fcc3a241622b" Rel="Delete"/>
   <Link Href="https://localhost:9398/api/cloud/gatewayPools/64bf55fb-b53f-4214-950a-fcc3a241622b/gateways" Type="CloudGatewayReferenceList" Rel="Down"/>
 </Links>
 <Description>Created by REST API</Description>
 <CloudGateways/>
 <CloudTenants/>
</CloudGatewayPool>