This is an archive version of the document. To get the most up-to-date information, see the current version.

/cloud/publicIpAddresses/{ID}

In this article

    Represents a public IP address with the specified ID. Public IP address is added to the pool of public IP addresses on the Veeam backup server connected to Veeam Backup Enterprise Manager.

    The URL of the reference resource representation:

    http://<Enterprise-Manager>:9399/api/cloud/publicIpAddresses/{ID}

    The URL of the entity resource representation:

    http://<Enterprise-Manager>:9399/api/cloud/publicIpAddresses/{ID}?format=Entity

    Related Resources

    /cloud/publicIpAddresses

    Methods

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

    Resource Representation

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

    Entity reference resource representation:

    <EntityRef xmlns="http://www.veeam.com/ent/v1.0" Type="CloudPublicIpAddressReference" Href="http://localhost:9399/api/cloud/publicIpAddresses/22d2cdad-ddd1-4789-9e27-03bf25786648" Name="198.51.100.16" UID="urn:veeam:CloudPublicIpAddress:22d2cdad-ddd1-4789-9e27-03bf25786648">
     <Links>
       <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/8fff3b8e-c3f1-4ef5-aecc-561f07bf9982" Name="172.17.53.48" />
       <Link Rel="Alternate" Type="CloudPublicIpAddress" Href="http://localhost:9399/api/cloud/publicIpAddresses/22d2cdad-ddd1-4789-9e27-03bf25786648?format=Entity" Name="198.51.100.16" />
     </Links>
    </EntityRef>

    Entity resource representation:

    <CloudPublicIpAddress xmlns="http://www.veeam.com/ent/v1.0" Type="CloudPublicIpAddress" Href="http://localhost:9399/api/cloud/publicIpAddresses/22d2cdad-ddd1-4789-9e27-03bf25786648?format=Entity" Name="198.51.100.16" UID="urn:veeam:CloudPublicIpAddress:22d2cdad-ddd1-4789-9e27-03bf25786648" BackupServerUid="urn:veeam:BackupServer:8fff3b8e-c3f1-4ef5-aecc-561f07bf9982">
     <Links>
       <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/8fff3b8e-c3f1-4ef5-aecc-561f07bf9982" Name="172.17.53.48" />
       <Link Rel="Alternate" Type="CloudPublicIpAddressReference" Href="http://localhost:9399/api/cloud/publicIpAddresses/22d2cdad-ddd1-4789-9e27-03bf25786648" Name="198.51.100.16" />
       <Link Rel="Edit" Type="CloudPublicIpAddressReference" Href="http://localhost:9399/api/cloud/publicIpAddresses/22d2cdad-ddd1-4789-9e27-03bf25786648" Name="198.51.100.16" />
       <Link Rel="Delete" Type="CloudPublicIpAddress" Href="http://localhost:9399/api/cloud/publicIpAddresses/22d2cdad-ddd1-4789-9e27-03bf25786648" Name="198.51.100.16" />
     </Links>
     <IpAddress>198.51.100.16</IpAddress>
    </CloudPublicIpAddress>