|
1 | 1 | openapi: 3.0.1
|
2 | 2 | info:
|
3 |
| - version: 4.13.0 |
| 3 | + version: 4.14.0 |
| 4 | + |
4 | 5 | title: Linode API
|
5 | 6 | description: |
|
6 | 7 | # Introduction
|
@@ -6299,18 +6300,20 @@ paths:
|
6299 | 6300 | description: Returns an array of all Pools in this Kubernetes cluster.
|
6300 | 6301 | content:
|
6301 | 6302 | application/json:
|
6302 |
| - x-linode-cli-nested-list: linodes |
| 6303 | + x-linode-cli-nested-list: nodes |
6303 | 6304 | x-linode-cli-use-schema:
|
6304 | 6305 | type: object
|
6305 | 6306 | properties:
|
6306 | 6307 | id:
|
6307 | 6308 | x-linode-cli-display: 1
|
6308 | 6309 | type:
|
6309 | 6310 | x-linode-cli-display: 2
|
6310 |
| - linodes.id: |
| 6311 | + nodes.id: |
6311 | 6312 | x-linode-cli-display: 3
|
6312 |
| - linodes.status: |
| 6313 | + nodes.instance_id: |
6313 | 6314 | x-linode-cli-display: 4
|
| 6315 | + nodes.status: |
| 6316 | + x-linode-cli-display: 5 |
6314 | 6317 | schema:
|
6315 | 6318 | type: object
|
6316 | 6319 | properties:
|
@@ -11768,7 +11771,7 @@ paths:
|
11768 | 11771 | source: >
|
11769 | 11772 | curl -H "Authorization: Bearer $TOKEN" \
|
11770 | 11773 | -X POST \
|
11771 |
| - https://api.linode.com/v4/tickets/11223344/close |
| 11774 | + https://api.linode.com/v4/support/tickets/11223344/close |
11772 | 11775 | - lang: CLI
|
11773 | 11776 | source: >
|
11774 | 11777 | linode-cli tickets close 11223344
|
@@ -13717,6 +13720,7 @@ components:
|
13717 | 13720 | - linode_config_create
|
13718 | 13721 | - linode_config_delete
|
13719 | 13722 | - linode_config_update
|
| 13723 | + - lke_node_create |
13720 | 13724 | - longviewclient_create
|
13721 | 13725 | - longviewclient_delete
|
13722 | 13726 | - longviewclient_update
|
@@ -15637,33 +15641,39 @@ components:
|
15637 | 15641 | type: integer
|
15638 | 15642 | description: >
|
15639 | 15643 | This Node Pool's unique ID.
|
| 15644 | + x-linode-filterable: true |
15640 | 15645 | example: 456
|
15641 |
| - linodes: |
| 15646 | + nodes: |
15642 | 15647 | type: array
|
15643 | 15648 | description: >
|
15644 |
| - Status information for the Linodes which are members of this Node |
| 15649 | + Status information for the Nodes which are members of this Node |
15645 | 15650 | Pool. If a Linode has not been provisioned for a given Node slot,
|
15646 |
| - its ID will be returned as null. |
| 15651 | + the instance_id will be returned as null. |
15647 | 15652 | items:
|
15648 |
| - $ref: '#/components/schemas/LKELinodeStatus' |
15649 |
| - LKELinodeStatus: |
| 15653 | + $ref: '#/components/schemas/LKENodeStatus' |
| 15654 | + LKENodeStatus: |
15650 | 15655 | type: object
|
15651 | 15656 | description: >
|
15652 |
| - Status information for a Linode which is a member of a Kubernetes |
| 15657 | + Status information for a Node which is a member of a Kubernetes |
15653 | 15658 | cluster.
|
15654 | 15659 | readOnly: true
|
15655 | 15660 | properties:
|
15656 | 15661 | id:
|
15657 | 15662 | type: number
|
15658 | 15663 | description: >
|
15659 |
| - The Linode's ID. When no Linode is currently provisioned for this |
15660 |
| - Node slot, this ID will be null. |
| 15664 | + The Node's ID. |
15661 | 15665 | x-linode-filterable: true
|
15662 | 15666 | example: 123456
|
| 15667 | + instance_id: |
| 15668 | + type: string |
| 15669 | + description: > |
| 15670 | + The Linode's ID. When no Linode is currently provisioned for this |
| 15671 | + Node, this will be null. |
| 15672 | + example: 123458 |
15663 | 15673 | status:
|
15664 | 15674 | type: string
|
15665 | 15675 | description: >
|
15666 |
| - The Linode's status as it pertains to being a Kubernetes node. |
| 15676 | + The Node's status as it pertains to being a Kubernetes node. |
15667 | 15677 | enum:
|
15668 | 15678 | - ready
|
15669 | 15679 | - not_ready
|
|
0 commit comments