Attach a floating IP to a (running) container
POST /fips/attach
Attach the floating IP to a container
Example request:
Example response:
Status Codes:
204 - no error
404 - no such FIP/Container
500 - Internal Server Error
Parameters:
ip - the FIP to attach
container - the container to be attached
Last updated