NSX-T Data Center REST API
Set cluster virtual IP address
Sets the cluster virtual IP address. Note, all nodes in the managementcluster must be in the same subnet. If not, a 409 CONFLICT status is
returned.
Request:
Method:
POST
URI Path(s):
/api/v1/cluster/api-virtual-ip?action=set_virtual_ip
Request Headers:
n/a
Query Parameters:
ClusterVirtualIpProperties+
Request Body:
n/a
Example Request:
POST https://<nsx-mgr>/api/v1/cluster/api-virtual-ip?action=set_virtual_ip&ip_address=10.0.0.251Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ClusterVirtualIpProperties+