Update Load Balancer Cloud
Update an Load Balancer Cloud.
Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/loadBalancer/clouds/{loadBalancerCloudId}
COPY
Path Parameters
string
loadBalancerCloudId
Required
loadBalancerCloudId
Request Body
LoadBalancerCloud
of type(s)
application/json
Optional
{
"status": {},
"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",
"maxGatewayCount": 0,
"usedGatewayCount": 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
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"loadBalancerCloudBacking:"object","name:"string"}' https://{api_host}/cloudapi/1.0.0/loadBalancer/clouds/{loadBalancerCloudId}
Availability
Added in 36.0
On This Page
Load Balancer Cloud Operations
GET
Get Load Balancer Cloud
PUT
Update Load Balancer Cloud
DELETE
Unregister Load Balancer Cloud