Attach a Server to a Load Balancer
Description
Use this request to attach a server to a load balancer. Once this request is completed, the server load will be managed by the specified load balancer. The {lb-name}
and {ve-name}
parts of the request URL must contain the load balancer and the server names respectively.
Syntax
POST baseURL/load-balancer/{lb-name}/{ve-name}
Request Parameters
None
Response
A text message describing the status of the operation.
Example
The following example attaches the server named Web60 to the load balancer named LB101.
Request
POST https://c2u-web:4465/paci/v1.0/load-balancer/LB101/Web60
Response
LB reconfiguration initiated