add_load_balancer_member
Add a virtual machine to a load balancer pool using the load balancer ID, server ID, and port number.
Instructions
Add a VM as a member of a load balancer pool. Requires scope services:write. Plain write — not gated. id comes from list_load_balancers; serverId is the Nova server id to add (must be in your project); port is the member port (1-65535).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Load balancer id from list_load_balancers. | |
| port | Yes | Member port (1-65535). | |
| serverId | Yes | Nova server id to add (must be in your project). |