Register Load Balancer Cloud
Register a new Load Balancer Cloud to be used with vCloud Director. If the Load Balancer Cloud is backed by NSXALB, DHCP on the NSXALB Cloud is required. vCloud Director will enable DHCP on the NSXALB Cloud if needed.
Request
URI
POST
https://{api_host}/cloudapi/1.0.0/loadBalancer/clouds
COPY
Request Body
LoadBalancerCloud of type(s) application/json
Optional
This request body class requires all of the following: NetworkingObjectStatus , InlineLoadBalancerCloud1
{
"id": "urn:vcloud:loadBalancerCloud:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "string",
"description": "string",
"loadBalancerCloudBacking": {
"backingId": "NSX-ALB Clouds are identified with the following format 'cloud-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'",
"backingType": "string",
"loadBalancerControllerRef": {
"name": "string",
"id": "string"
}
},
"networkPoolRef": {
"name": "string",
"id": "string"
},
"healthStatus": "string",
"detailedHealthMessage": "string"
}
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=38.1
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
string
minorErrorCode
Required
minorErrorCode
string
message
Required
message
string
stackTrace
Optional
stackTrace
Availability
Added in 35.0
Load Balancer Clouds Operations
GET
Get Load Balancer Clouds
POST
Register Load Balancer Cloud