@@ -79602,7 +79602,7 @@ paths:
7960279602 PRIVATE_KEY_INFORMATION
7960379603 -----END PRIVATE KEY-----" \
7960479604 --cipher_suite recommended \
79605- --nodes '[{" address":" 192.168.210.120:80","label":"node1","weight":50," mode":" accept"}]' \
79605+ --nodes.label "node1" --nodes. address " 192.168.210.120:80" --nodes. mode " accept" --nodes.weight 50 \
7960679606 --nodes '[{"address":"192.168.210.122:80","label":"node2","weight":50,"mode":"accept"}]'
7960779607 ```
7960879608
@@ -79618,7 +79618,7 @@ paths:
7961879618 --algorithm roundrobin \
7961979619 --stickiness none \
7962079620 --proxy_protocol "v2"
79621- --nodes '[{" address":" 192.168.210.120:80","label":"node1","weight":50," mode":" accept"}]' \
79621+ --nodes.label "node1" --nodes. address " 192.168.210.120:80" --nodes. mode " accept" --nodes.weight 50 \
7962279622 --nodes '[{"address":"192.168.210.122:80","label":"node2","weight":50,"mode":"accept"}]'
7962379623 ```
7962479624
@@ -79639,7 +79639,7 @@ paths:
7963979639 --check_attempts 3 \
7964079640 --check_path "/test" \
7964179641 --check_body "it works" \
79642- --nodes '[{" address":" 192.168.210.120:80","label":"node1","weight":50," mode":" accept"}]' \
79642+ --nodes.label "node1" --nodes. address " 192.168.210.120:80" --nodes. mode " accept" --nodes.weight 50 \
7964379643 --nodes '[{"address":"192.168.210.122:80","label":"node2","weight":50,"mode":"accept"}]'
7964479644 ```
7964579645
@@ -80809,6 +80809,8 @@ paths:
8080980809 type: object
8081080810 x-akamai:
8081180811 file-path: schemas/node-balancer-config-rebuild-cli.yaml
80812+ x-linode-cli-subtables:
80813+ - nodes
8081280814 description: Information about the NodeBalancer Config to rebuild.
8081380815 required: true
8081480816 responses:
@@ -81901,6 +81903,8 @@ paths:
8190181903 type: object
8190281904 x-akamai:
8190381905 file-path: schemas/node-balancer-config-rebuild-cli.yaml
81906+ x-linode-cli-subtables:
81907+ - nodes
8190481908 description: NodeBalancer created successfully.
8190581909 default:
8190681910 content:
@@ -81958,7 +81962,7 @@ paths:
8195881962 PRIVATE_KEY_INFORMATION
8195981963 -----END PRIVATE KEY-----" \
8196081964 --cipher_suite recommended \
81961- --nodes '[{" address":" 192.168.210.120:80","label":"node1","weight":50," mode":" accept"}]' \
81965+ --nodes.label "node1" --nodes. address " 192.168.210.120:80" --nodes. mode " accept" --nodes.weight 50 \
8196281966 --nodes '[{"address":"192.168.210.122:80","label":"node2","weight":50,"mode":"accept"}]'
8196381967 title: 'CLI: HTTPS'
8196481968 url: https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli
@@ -81970,7 +81974,7 @@ paths:
8197081974 --algorithm roundrobin \
8197181975 --stickiness none \
8197281976 --proxy_protocol "v2"
81973- --nodes '[{" address":" 192.168.210.120:80","label":"node1","weight":50," mode":" accept"}]' \
81977+ --nodes.label "node1" --nodes. address " 192.168.210.120:80" --nodes. mode " accept" --nodes.weight 50 \
8197481978 --nodes '[{"address":"192.168.210.122:80","label":"node2","weight":50,"mode":"accept"}]'
8197581979 title: 'CLI: TCP'
8197681980 url: https://www.linode.com/docs/products/tools/cli/get-started/
@@ -81987,7 +81991,7 @@ paths:
8198781991 --check_attempts 3 \
8198881992 --check_path "/test" \
8198981993 --check_body "it works" \
81990- --nodes '[{" address":" 192.168.210.120:80","label":"node1","weight":50," mode":" accept"}]' \
81994+ --nodes.label "node1" --nodes. address " 192.168.210.120:80" --nodes. mode " accept" --nodes.weight 50 \
8199181995 --nodes '[{"address":"192.168.210.122:80","label":"node2","weight":50,"mode":"accept"}]'
8199281996 title: 'CLI: HTTP'
8199381997 url: https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli
0 commit comments