post https://api.linode.com//nodebalancers//configs//nodes
Creates a backend node that can receive traffic for the NodeBalancer configuration. Requests are routed to backend nodes on the specified port based on their status
. The configurable fields for the backend node depend on the chosen protocol and whether the node is located within a Linode VPC.
You can configure UDP on the same NodeBalancer that also uses TCP, HTTP, or HTTPS, but only when managing it through the API. If UDP is configured and you make changes to the TCP, HTTP or HTTPS settings in Cloud Manager, the existing UDP configuration will be overwritten. This is because Cloud Manager doesn't currently support UDP.
linode-cli nodebalancers node-create \
12345 4567 \
--address 10.0.0.45:80 \
--label node54321 \
--weight 50 \
--mode accept \
--subnet_id 1
<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
linode-cli nodebalancers node-create \
12345 4567 \
--address 192.168.210.120:80 \
--label node54321 \
--weight 50
<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
nodebalancers:read_write
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>