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

87 lines
1.9 KiB
PHP
Raw Normal View History

Fixed IPs (os-fixed-ips)
=========================
.. warning::
These will fail with a 404 starting from microversion 2.36.
They were removed in the 18.0.0 Rocky release.
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.
itemNotFound(404), gone(410)
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.
itemNotFound(404), gone(410)
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.