IPReservations REST Endpoints

IPReservations
An IP reservation is the allocation of a public IP address from an IP address pool. After creating an IP reservation, you can associate it with an instance by using an IP association, to enable access between the Internet and the instance.

You can add, delete, update, and view IP reservations using the HTTP requests listed below.

Create an IP Reservation
Method: post
Path: /ip/reservation/
Delete an IP Reservation
Method: delete
Path: /ip/reservation/{name}
Retrieve Details of all IP Reservations in a Container
Method: get
Path: /ip/reservation/{container}/
Retrieve Details of an IP Reservation
Method: get
Path: /ip/reservation/{name}
Retrieve Names of all IP Reservations and Subcontainers in a Container
Method: get
Path: /ip/reservation/{container}
Retrieve Names of Containers
Method: get
Path: /ip/reservation/
Update an IP Reservation
Method: put
Path: /ip/reservation/{name}