Skip to main content

Add Floating IP

POST 

https://core-pl.ocplanet.cloud/backend/api/openstack/instances/:instance_id/add_floating_ip

Host: https://core.ocplanet.cloud

Add a floating IP to the specified instance.

Request

Body

    fixed_ip stringrequired

    Fixed IP specified in ports.

    floating_ip stringrequired

Responses

Schema
    detail stringrequired

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: Use 'OpenAPIToken {token}' as the value
curl -L -X POST 'https://core-pl.ocplanet.cloud/backend/api/openstack/instances/:instance_id/add_floating_ip' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>' \
--data-raw '{
"fixed_ip": "string",
"floating_ip": "string"
}'
Request Collapse all
Base URL
https://core-pl.ocplanet.cloud
Auth
Body
{
  "fixed_ip": "string",
  "floating_ip": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!