Change Public VIP

Change Public VIP

Change public vip of an OpenStack cluster

Request
URI
PUT
https://{api_host}//192.168.111.151:8443/v1/clusters/{clusterName}/public_vip
COPY
Path Parameters
string
clusterName
Required

clusterName


Request Body

publicVip

PublicVip of type(s) application/json
Required
{
    "public_vip": "string"
}
string
public_vip
Optional

public_vip

Responses
201

Created

Operation doesn't return any data structure

202

Accepted

Returns Task of type(s) application/json
{
    "task_id": 0,
    "task_url": "string"
}
integer As int64 As int64
task_id
Optional

task_id

string
task_url
Optional

task_url


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure