Register Load Balancer Controller
Register a new Load Balancer Controller to be used with vCloud Director.
Request
URI
POST
https://{api_host}/cloudapi/1.0.0/loadBalancer/controllers
COPY
Request Body
LoadBalancerController
of type(s)
application/json
Optional
Show optional properties
{
"name": "string",
"url": "https://loadBalancerController.vmware.com",
"username": "string",
"password": "string"
}
{
"id": "urn:vcloud:loadBalancerController:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "string",
"description": "string",
"url": "https://loadBalancerController.vmware.com",
"username": "string",
"password": "string",
"licenseType": "string",
"version": "string",
"maxCloudCount": 0,
"maxGatewayCount": 0,
"maxVirtualServiceCount": 0,
"usedCloudCount": 0,
"usedGatewayCount": 0,
"usedVirtualServiceCount": 0
}
Responses
202
The request have been accepted and the task to monitor the request is in the Location header.
Operation doesn't return any data structure
400
Invalid configuration.
Returns
Error
of type(s)
*/*;version=39.1
"Error Object"
string
minorErrorCode
Required
minorErrorCode
string
message
Required
message
string
stackTrace
Optional
stackTrace
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"name:"string","password:"string","url:"string","username:"string"}' https://{api_host}/cloudapi/1.0.0/loadBalancer/controllers
Availability
Added in 35.0
Load Balancer Controllers Operations
GET
Get Load Balancer Controllers
POST
Register Load Balancer Controller