RegisterInstancesWithLoadBalancer
GET /?Action=RegisterInstancesWithLoadBalancer
Description
Registers one or more instances with a specified load balancer.
The instances must be running in the same network as the load balancer (in the public Cloud or in the same VPC). It may take a little time for an instance to be registered with the load balancer. Once the instance is registered with a load balancer, it receives traffic and requests from this load balancer and is called a back-end instance.
Body parameter
Required: false
Name: RegisterEndPointsInput
| Name | Description | Required | Schema | Default | Example |
|---|---|---|---|---|---|
Instances.member.N |
One or more instance IDs. |
true |
|||
LoadBalancerName |
The name of the load balancer. |
true |
string |
Responses
HTTP Code 200
| HTTP Code | Description | Schema |
|---|---|---|
200 |
RegisterEndPointsOutput |
Response 200
| Name | Description | Required | Schema | Default | Example |
|---|---|---|---|---|---|
Instances.member.N |
The updated list of back-end instances for the load balancer. |
false |
|||
ResponseMetadata |
Information about the response. |
false |