[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

Update Load Balancer Controller

Description

Update an Load Balancer Controller.

Request

Request

URL

URL


put
https://{api_host}/cloudapi/1.0.0/loadBalancer/controllers/{loadBalancerControllerId}
Copy

Path Parameters

Path Parameters

string
loadBalancerControllerId Required

Request Body

Request Body

LoadBalancerController of type(s) application/json Required
{
    "url": "https://loadBalancerController.vmware.com"
}
string
username Required

Username to connect to the Load Balancer Controller.


string
name Required

The name of the Load Balancer Controller. Names for Load Balancer Controllers must be unique across the system.


string
password Required

Cleartext password to connect to the Load Balancer Controller.


string as uri
url Required

The URL of the Load Balancer Controller. URLs for Load Balancer Controllers must be unique across the system.


string
id Optional

The id of the Load Balancer Controller in URN format.


string
licenseType Optional

The license type of the Load Balancer Controller.

  • BASIC - Basic edition of the NSX Advanced Load Balancer.
  • ENTERPRISE - Full featured edition of the NSX Advanced Load Balancer.


string
description Optional

Description for the registered Load Balancer Controller.


string
version Optional

The version of the load balancer controller.

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

202 Accepted

The request have been accepted and the task to monitor the request is in the Location header.

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl -X PUT -H "Content-Type: application/json" -d '{"id":"urn:vcloud:loadBalancerController:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","url":"https://loadBalancerController.vmware.com"}' https://{api_host}/cloudapi/1.0.0/loadBalancer/controllers/{loadBalancerControllerId}


[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Feedback

Was this page helpful?