post https://api.linode.com//nodebalancers
Creates a NodeBalancer in the requested Region. Only available in regions with "NodeBalancers" in their capabilities
.
NodeBalancers require a port Config with at least one backend Node to start serving requests.
When using the Linode CLI to create a NodeBalancer, first create a NodeBalancer without any Configs. Then, create Configs and Nodes for that NodeBalancer with the respective Create a config and Create a node operations.
linode-cli nodebalancers create \
--region us-east \
--label balancer12345 \
--client_conn_throttle 0
<https://www.linode.com/docs/products/tools/cli/get-started/>
nodebalancers:read_write
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>