Private IPs REST Endpoints
Networking/Private IPs
The operations from the Networking/Private IPs category.
- Create a Private IP
- Method: postPath:
/20160918/privateIps - Delete a Private IP
- Method: deletePath:
/20160918/privateIps/{private_ip_id} - Get a Private IP
- Method: getPath:
/20160918/privateIps/{private_ip_id} - List Private IPs
- Method: getPath:
/20160918/privateIps - Update a Private IP
- Method: putPath:
/20160918/privateIps/{private_ip_id}