|
1 | 1 | openapi: 3.0.1
|
2 | 2 | info:
|
3 |
| - version: 4.142.2 |
| 3 | + version: 4.143.1 |
4 | 4 |
|
5 | 5 | title: Linode API
|
6 | 6 | description: |
|
@@ -10766,37 +10766,32 @@ paths:
|
10766 | 10766 | schema:
|
10767 | 10767 | type: object
|
10768 | 10768 | properties:
|
10769 |
| - data: |
10770 |
| - type: object |
| 10769 | + id: |
| 10770 | + type: string |
| 10771 | + readOnly: true |
10771 | 10772 | description: >
|
10772 |
| - The selected node in the cluster. |
10773 |
| - properties: |
10774 |
| - id: |
10775 |
| - type: string |
10776 |
| - readOnly: true |
10777 |
| - description: > |
10778 |
| - The Node's ID. |
10779 |
| - example: "12345-6aa78910bc" |
10780 |
| - instance_id: |
10781 |
| - type: integer |
10782 |
| - description: > |
10783 |
| - The Linode's ID. If no Linode is currently provisioned for this Node, this is `null`. |
10784 |
| - example: 123456 |
10785 |
| - status: |
10786 |
| - type: string |
10787 |
| - description: > |
10788 |
| - The creation status of this Node. This status is distinct from this Node's readiness as a |
10789 |
| - Kubernetes Node Object as determined by the command `kubectl get nodes`. |
| 10773 | + The Node's ID. |
| 10774 | + example: "12345-6aa78910bc" |
| 10775 | + instance_id: |
| 10776 | + type: integer |
| 10777 | + description: > |
| 10778 | + The Linode's ID. If no Linode is currently provisioned for this Node, this is `null`. |
| 10779 | + example: 123456 |
| 10780 | + status: |
| 10781 | + type: string |
| 10782 | + description: > |
| 10783 | + The creation status of this Node. This status is distinct from this Node's readiness as a |
| 10784 | + Kubernetes Node Object as determined by the command `kubectl get nodes`. |
10790 | 10785 |
|
10791 | 10786 |
|
10792 |
| - `not_ready` indicates that the Linode is still being created. |
| 10787 | + `not_ready` indicates that the Linode is still being created. |
10793 | 10788 |
|
10794 | 10789 |
|
10795 |
| - `ready` indicates that the Linode has successfully been created and is running Kubernetes software. |
10796 |
| - enum: |
10797 |
| - - ready |
10798 |
| - - not_ready |
10799 |
| - example: ready |
| 10790 | + `ready` indicates that the Linode has successfully been created and is running Kubernetes software. |
| 10791 | + enum: |
| 10792 | + - ready |
| 10793 | + - not_ready |
| 10794 | + example: ready |
10800 | 10795 | default:
|
10801 | 10796 | $ref: '#/components/responses/ErrorResponse'
|
10802 | 10797 | x-code-samples:
|
@@ -13058,7 +13053,6 @@ paths:
|
13058 | 13053 | x-linode-cli-command: networking
|
13059 | 13054 | post:
|
13060 | 13055 | servers:
|
13061 |
| - - url: https://api.linode.com/v4 |
13062 | 13056 | - url: https://api.linode.com/v4beta
|
13063 | 13057 | x-linode-grant: read_write
|
13064 | 13058 | tags:
|
@@ -13105,7 +13099,7 @@ paths:
|
13105 | 13099 | "2001:db8:3c4d:15::"
|
13106 | 13100 | ]
|
13107 | 13101 | }' \
|
13108 |
| - https://api.linode.com/v4/networking/ips/share |
| 13102 | + https://api.linode.com/v4beta/networking/ips/share |
13109 | 13103 | - lang: CLI
|
13110 | 13104 | source: >
|
13111 | 13105 | linode-cli networking ip-share \
|
|
0 commit comments