Files
7968670d5222c25cf49f00140be04fb3d307b627
nova /api-ref /source /os-fixed-ips.inc

85 lines
1.9 KiB
PHP
Raw Normal View History

Fixed IPs (os-fixed-ips) (DEPRECATED)
======================================
.. warning::
These APIs are proxy calls to the Network service. Nova has
deprecated all the proxy APIs and users should use the native APIs
Shows data for a fixed IP, such as host name, CIDR, and address. Also,
Show Fixed Ip Details
=====================
Shows details for a fixed IP address.
Request
.. rest_parameters:: parameters.yaml
Response
.. rest_parameters:: parameters.yaml
- fixed_ip: fixed_ip_obj
- address: ip_address
- cidr: cidr
- host: fixed_ip_host
- hostname: fixed_ip_hostname
Reserve Or Release A Fixed Ip
=============================
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.
Request
.. rest_parameters:: parameters.yaml
- reserve: action_reserve
- unreserve: action_unreserve
**Example Reserve Or Release A Fixed Ip: JSON request**
Response
There is no body content for the response of a successful POST operation.