We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82626cd commit f343e0fCopy full SHA for f343e0f
openapi.yaml
@@ -13760,6 +13760,18 @@ paths:
13760
$ref: '#/components/schemas/NodeBalancer/properties/label'
13761
client_conn_throttle:
13762
$ref: '#/components/schemas/NodeBalancer/properties/client_conn_throttle'
13763
+ tags:
13764
+ x-linode-filterable: true
13765
+ description: >
13766
+ An array of Tags applied to this object. Tags are for organizational
13767
+ purposes only.
13768
+ type: array
13769
+ items:
13770
+ type: string
13771
+ example:
13772
+ - test
13773
+ - web-dev-team
13774
+
13775
configs:
13776
type: array
13777
description: |
0 commit comments