3.21.2. Reserve or release a fixed IP

 
MethodURIDescription
POST/v2/{tenant_id}/os-fixed-ips/{fixed_ip}/action

Reserves or releases a fixed IP.

To reserve a fixed IP address, specify reserve in the request body. To release a fixed IP address, specify unreserve in the request body.

Normal response codes: 202

 3.21.2.1. Request

This table shows the URI parameters for the reserve or release a fixed ip request:

NameTypeDescription

{tenant_id}

​String

The ID for the tenant or account in a multi-tenancy cloud.

{fixed_ip}

​String

The fixed IP of interest to you.

 

Example 3.173. Reserve or release a fixed IP: JSON request

{
    "reserve": "None"
}

 

Example 3.174. Reserve or release a fixed IP: XML request

<?xml version="1.0" encoding="UTF-8"?>
<reserve>None</reserve>

This operation does not require a request body.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...