/add-extra-ip
Add Extra IP to VM
Name
Type
Description
{
"status": true,
"message": "IP Address added successfully",
"addresses": [
"x.x.x.x",
"x.x.x.x"
]
}{
"error": "Server not found or does not belong to the authenticated user."
}Last updated