Add public network to instance
Add a public IP address to an instance.
Authorization
ApiKeyAuth x-apikey<token>
In: header
Path Parameters
instance_uuid*string
UUID of the instance
Format
uuidResponse Body
application/json
curl -X PATCH "https://api.dewavps.com/v1/instance/497f6eca-6276-4993-bfeb-53cbbbba6f08/ip/add"{
"message": "Public Network Address successfully added to the instance",
"data": {
"vm_uuid": "5afb774f-8216-4579-b1f7-69c6de398477",
"ip_address": "string"
}
}