post https://api.linode.com//nodebalancers//configs//nodes
Creates a NodeBalancer Node, a backend that can accept traffic for this NodeBalancer Config. Nodes are routed requests on the configured port based on their status.
linode-cli nodebalancers node-create \
12345 4567 \
--address 192.168.210.120:80 \
--label node54321 \
--weight 50 \
--mode accept
<https://www.linode.com/docs/products/tools/cli/get-started/>
nodebalancers:read_write
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>