/cloud/publicIpAddresses/{ID}
Represents a public IP address with the specified ID. Public IP address is added to the pool of public IP addresses on the backup server connected to Veeam Backup Enterprise Manager.
The URL of the reference resource representation:
https://<Enterprise-Manager>:9398/api/cloud/publicIpAddresses/{ID} |
The URL of the entity resource representation:
https://<Enterprise-Manager>:9398/api/cloud/publicIpAddresses/{ID}?format=Entity |
Related Resources
Methods
The following methods are supported for the /cloud/publicIpAddresses/{ID} resource:
- GET /cloud/publicIpAddresses/{ID}
- PUT /cloud/publicIpAddresses/{ID}
- DELETE /cloud/publicIpAddresses/{ID}
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="https://localhost:9398/api/cloud/publicIpAddresses/22d2cdad-ddd1-4789-9e27-03bf25786648" Name="198.51.100.16" UID="urn:veeam:CloudPublicIpAddress:22d2cdad-ddd1-4789-9e27-03bf25786648"> |
Entity resource representation:
<CloudPublicIpAddress xmlns="http://www.veeam.com/ent/v1.0" Type="CloudPublicIpAddress" Href="https://localhost:9398/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"> |