From 34c202193187e66f01857f7b37ba5b8f36757bce Mon Sep 17 00:00:00 2001 From: Chris Verner Date: Tue, 22 Oct 2024 08:52:49 -0700 Subject: [PATCH 1/3] api-v4.189.2 --- openapi.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 4bc9b84f4..5d5842352 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -5272,7 +5272,7 @@ info: url: https://linode.com description: '[Read the API documentation](https://techdocs.akamai.com/linode-api/reference/api).' title: Linode API - version: 4.189.1 + version: 4.189.2 openapi: 3.0.1 paths: /{apiVersion}/account: @@ -18463,7 +18463,7 @@ paths: id: mysql/8.0.26 total_disk_size_gb: 15 used_disk_size_gb: 2 - version: 4.189.16 + version: 8.0.26 page: 1 pages: 1 results: 1 @@ -18801,7 +18801,7 @@ paths: frequency: weekly hour_of_day: 0 week_of_month: null - version: 4.189.16 + version: 8.0.26 page: 1 pages: 1 results: 1 @@ -19178,7 +19178,7 @@ paths: hour_of_day: 0 week_of_month: null used_disk_size_gb: 2 - version: 4.189.16 + version: 8.0.26 page: 1 pages: 1 results: 1 @@ -29228,6 +29228,7 @@ paths: description: The unique identifier for the core compute region where this image is stored. example: us-iad type: string + x-linode-cli-display: 11 status: description: The status of the image in this `region`. Possible values are `available`, `creating`, `pending`, `pending deletion`, `pending replication`, or `replicating`. enum: @@ -29242,7 +29243,6 @@ paths: type: object readOnly: true type: array - x-linode-cli-display: 11 size: description: The minimum size in MB this image needs to deploy. example: 2500 @@ -29541,6 +29541,7 @@ paths: description: The unique identifier for the core compute region where this image is stored. example: us-iad type: string + x-linode-cli-display: 11 status: description: The status of the image in this `region`. Possible values are `available`, `creating`, `pending`, `pending deletion`, `pending replication`, or `replicating`. enum: @@ -29555,7 +29556,6 @@ paths: type: object readOnly: true type: array - x-linode-cli-display: 11 size: description: The minimum size in MB this image needs to deploy. example: 2500 @@ -29856,6 +29856,7 @@ paths: description: The unique identifier for the core compute region where this image is stored. example: us-iad type: string + x-linode-cli-display: 11 status: description: The status of the image in this `region`. Possible values are `available`, `creating`, `pending`, `pending deletion`, `pending replication`, or `replicating`. enum: @@ -29870,7 +29871,6 @@ paths: type: object readOnly: true type: array - x-linode-cli-display: 11 size: description: The minimum size in MB this image needs to deploy. example: 2500 @@ -30213,6 +30213,7 @@ paths: description: The unique identifier for the core compute region where this image is stored. example: us-iad type: string + x-linode-cli-display: 11 status: description: The status of the image in this `region`. Possible values are `available`, `creating`, `pending`, `pending deletion`, `pending replication`, or `replicating`. enum: @@ -30227,7 +30228,6 @@ paths: type: object readOnly: true type: array - x-linode-cli-display: 11 size: description: The minimum size in MB this image needs to deploy. example: 2500 @@ -30475,6 +30475,7 @@ paths: description: The unique identifier for the core compute region where this image is stored. example: us-iad type: string + x-linode-cli-display: 11 status: description: The status of the image in this `region`. Possible values are `available`, `creating`, `pending`, `pending deletion`, `pending replication`, or `replicating`. enum: @@ -30489,7 +30490,6 @@ paths: type: object readOnly: true type: array - x-linode-cli-display: 11 size: description: The minimum size in MB this image needs to deploy. example: 2500 @@ -30675,6 +30675,7 @@ paths: description: The unique identifier for the core compute region where this image is stored. example: us-iad type: string + x-linode-cli-display: 11 status: description: The status of the image in this `region`. Possible values are `available`, `creating`, `pending`, `pending deletion`, `pending replication`, or `replicating`. enum: @@ -30689,7 +30690,6 @@ paths: type: object readOnly: true type: array - x-linode-cli-display: 11 size: description: The minimum size in MB this image needs to deploy. example: 2500 @@ -31001,6 +31001,7 @@ paths: description: The unique identifier for the core compute region where this image is stored. example: us-iad type: string + x-linode-cli-display: 11 status: description: The status of the image in this `region`. Possible values are `available`, `creating`, `pending`, `pending deletion`, `pending replication`, or `replicating`. enum: @@ -31015,7 +31016,6 @@ paths: type: object readOnly: true type: array - x-linode-cli-display: 11 size: description: The minimum size in MB this image needs to deploy. example: 2500 @@ -61198,7 +61198,7 @@ paths: description: |- An array containing a NodeBalancer ID. A Firewall Device is created for the ID. - - Only one NodeBalancer can be assigned to a Firewall at a time. + - A NodeBalancer can have only one Firewall assigned to it. - Firewalls only apply to inbound TCP traffic to NodeBalancers. example: - 321 @@ -67541,7 +67541,7 @@ paths: description: |- The ID of the Firewall to assign to the NodeBalancer. - - Only one NodeBalancer can be assigned to a Firewall at a time. + - A NodeBalancer can have only one Firewall assigned to it. - Firewalls only apply to inbound TCP traffic to NodeBalancers. type: integer label: From d16a8bf49583645bcf83ff9f728e00cf44c79a1e Mon Sep 17 00:00:00 2001 From: Chris Verner Date: Tue, 22 Oct 2024 15:07:18 -0700 Subject: [PATCH 2/3] Fix for CLI fields --- openapi.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 5d5842352..80b2f4fc9 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -29243,6 +29243,7 @@ paths: type: object readOnly: true type: array + x-linode-cli-format: json size: description: The minimum size in MB this image needs to deploy. example: 2500 @@ -29556,6 +29557,7 @@ paths: type: object readOnly: true type: array + x-linode-cli-format: json size: description: The minimum size in MB this image needs to deploy. example: 2500 @@ -29871,6 +29873,7 @@ paths: type: object readOnly: true type: array + x-linode-cli-format: json size: description: The minimum size in MB this image needs to deploy. example: 2500 @@ -30228,6 +30231,7 @@ paths: type: object readOnly: true type: array + x-linode-cli-format: json size: description: The minimum size in MB this image needs to deploy. example: 2500 @@ -30310,6 +30314,8 @@ paths: type: object x-example: x-ref: ../examples/get-image-200.json + x-linode-cli-subtables: + - regions description: A single image object. default: content: @@ -30490,6 +30496,7 @@ paths: type: object readOnly: true type: array + x-linode-cli-format: json size: description: The minimum size in MB this image needs to deploy. example: 2500 @@ -30690,6 +30697,7 @@ paths: type: object readOnly: true type: array + x-linode-cli-format: json size: description: The minimum size in MB this image needs to deploy. example: 2500 @@ -30772,6 +30780,8 @@ paths: type: object x-example: x-ref: ../examples/get-image-200.json + x-linode-cli-subtables: + - regions description: The updated image. default: content: @@ -31016,6 +31026,7 @@ paths: type: object readOnly: true type: array + x-linode-cli-format: json size: description: The minimum size in MB this image needs to deploy. example: 2500 From af131336b0134fe6281ba1b80e6316b56c124ae7 Mon Sep 17 00:00:00 2001 From: Chris Verner Date: Wed, 23 Oct 2024 08:31:08 -0700 Subject: [PATCH 3/3] Removed all x-linode-cli-display: 11 entries --- openapi.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 80b2f4fc9..e307d4c9e 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -29228,7 +29228,6 @@ paths: description: The unique identifier for the core compute region where this image is stored. example: us-iad type: string - x-linode-cli-display: 11 status: description: The status of the image in this `region`. Possible values are `available`, `creating`, `pending`, `pending deletion`, `pending replication`, or `replicating`. enum: @@ -29542,7 +29541,6 @@ paths: description: The unique identifier for the core compute region where this image is stored. example: us-iad type: string - x-linode-cli-display: 11 status: description: The status of the image in this `region`. Possible values are `available`, `creating`, `pending`, `pending deletion`, `pending replication`, or `replicating`. enum: @@ -29858,7 +29856,6 @@ paths: description: The unique identifier for the core compute region where this image is stored. example: us-iad type: string - x-linode-cli-display: 11 status: description: The status of the image in this `region`. Possible values are `available`, `creating`, `pending`, `pending deletion`, `pending replication`, or `replicating`. enum: @@ -30216,7 +30213,6 @@ paths: description: The unique identifier for the core compute region where this image is stored. example: us-iad type: string - x-linode-cli-display: 11 status: description: The status of the image in this `region`. Possible values are `available`, `creating`, `pending`, `pending deletion`, `pending replication`, or `replicating`. enum: @@ -30481,7 +30477,6 @@ paths: description: The unique identifier for the core compute region where this image is stored. example: us-iad type: string - x-linode-cli-display: 11 status: description: The status of the image in this `region`. Possible values are `available`, `creating`, `pending`, `pending deletion`, `pending replication`, or `replicating`. enum: @@ -30682,7 +30677,6 @@ paths: description: The unique identifier for the core compute region where this image is stored. example: us-iad type: string - x-linode-cli-display: 11 status: description: The status of the image in this `region`. Possible values are `available`, `creating`, `pending`, `pending deletion`, `pending replication`, or `replicating`. enum: @@ -31011,7 +31005,6 @@ paths: description: The unique identifier for the core compute region where this image is stored. example: us-iad type: string - x-linode-cli-display: 11 status: description: The status of the image in this `region`. Possible values are `available`, `creating`, `pending`, `pending deletion`, `pending replication`, or `replicating`. enum: