Public IPs REST Endpoints
Networking/Public IPs
The operations from the Networking/Public IPs category.
- Change a Public IP Compartment
- Method: postPath:
/20160918/publicIps/{public_ip_id}/actions/changeCompartment - Create a Public IP
- Method: postPath:
/20160918/publicIps - Delete a Public IP
- Method: deletePath:
/20160918/publicIps/{public_ip_id} - Get a Public IP
- Method: getPath:
/20160918/publicIps/{public_ip_id} - Get a Public IP By IP Address
- Method: postPath:
/20160918/publicIps/actions/getByIpAddress - Get a Public IP By Private IP ID
- Method: postPath:
/20160918/publicIps/actions/getByPrivateIpId - List Public IPs
- Method: getPath:
/20160918/publicIps - Update a Public IP
- Method: putPath:
/20160918/publicIps/{public_ip_id}