- Media Type
[application/vnd.org.midonet.neutron.FloatingIp-v1+json]
- Collection Media Type
[application/vnd.org.midonet.neutron.FloatingIps-v1+json]
GET /neutron/floating_ips GET /neutron/floating_ips/:floatingIpId POST /neutron/floating_ips PUT /neutron/floating_ips/:floatingIpId DELETE /neutron/floating_ips/:floatingIpid
Field Name | Type | POST/PUT | Required | Description |
---|---|---|---|---|
id | UUID | POST | No | A unique identifier of the resource. If this field is omitted in the POST request, a random UUID is generated. |
fixed_ip_address | String | POST/PUT | Yes | The private IP address that the floating IP is associated with in the
format |
floating_ip_address | String | POST/PUT | Yes | The IP address in the format |
floating_network_id | UUID | POST/PUT | Yes | The identifier of the external network from which the floating IP address was allocated. |
router_id | UUID | POST/PUT | Yes | The identifier of the router where the floating IP is NATed. |
tenant_id | String | POST | Yes | The identifier of the tenant that owns the floating IP address. |
port_id | UUID | POST/PUT | No | ID of the port to which the floating IP is associated with |