Skip to main content

Attach Floating IP to Node(s)

PUT/api/v1/reserve_ips/floating-ip/attach/

Query parameters

  • project_idQueryintegerrequired
  • locationQuerystringrequired

    Deployment region for the resource. Accepted values: Delhi, Chennai.

    Mumbai region has been discontinued. Delhi and Chennai are the only supported regions.

Request body

application/json

object
ip_addressstringrequired
example164.52.220.153
node_idsarrayrequired

Responses

200Floating IP attached successfully
object
codeinteger
example200
dataobject
errorsobject
messagestring
exampleFloating IP is attached successfully.