Skip to content

Commit bd0ebae

Browse files
authored
Merge pull request #979 from wildmanonline/api-ver-4.189.2-revised
API v4.189.2 - Fix for CLI
2 parents 75a545c + 8f85e35 commit bd0ebae

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

openapi.yaml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18463,7 +18463,7 @@ paths:
1846318463
id: mysql/8.0.26
1846418464
total_disk_size_gb: 15
1846518465
used_disk_size_gb: 2
18466-
version: 4.189.16
18466+
version: 8.0.26
1846718467
page: 1
1846818468
pages: 1
1846918469
results: 1
@@ -18801,7 +18801,7 @@ paths:
1880118801
frequency: weekly
1880218802
hour_of_day: 0
1880318803
week_of_month: null
18804-
version: 4.189.16
18804+
version: 8.0.26
1880518805
page: 1
1880618806
pages: 1
1880718807
results: 1
@@ -19178,7 +19178,7 @@ paths:
1917819178
hour_of_day: 0
1917919179
week_of_month: null
1918019180
used_disk_size_gb: 2
19181-
version: 4.189.16
19181+
version: 8.0.26
1918219182
page: 1
1918319183
pages: 1
1918419184
results: 1
@@ -29242,7 +29242,7 @@ paths:
2924229242
type: object
2924329243
readOnly: true
2924429244
type: array
29245-
x-linode-cli-display: 11
29245+
x-linode-cli-format: json
2924629246
size:
2924729247
description: The minimum size in MB this image needs to deploy.
2924829248
example: 2500
@@ -29555,7 +29555,7 @@ paths:
2955529555
type: object
2955629556
readOnly: true
2955729557
type: array
29558-
x-linode-cli-display: 11
29558+
x-linode-cli-format: json
2955929559
size:
2956029560
description: The minimum size in MB this image needs to deploy.
2956129561
example: 2500
@@ -29870,7 +29870,7 @@ paths:
2987029870
type: object
2987129871
readOnly: true
2987229872
type: array
29873-
x-linode-cli-display: 11
29873+
x-linode-cli-format: json
2987429874
size:
2987529875
description: The minimum size in MB this image needs to deploy.
2987629876
example: 2500
@@ -30227,7 +30227,7 @@ paths:
3022730227
type: object
3022830228
readOnly: true
3022930229
type: array
30230-
x-linode-cli-display: 11
30230+
x-linode-cli-format: json
3023130231
size:
3023230232
description: The minimum size in MB this image needs to deploy.
3023330233
example: 2500
@@ -30310,6 +30310,8 @@ paths:
3031030310
type: object
3031130311
x-example:
3031230312
x-ref: ../examples/get-image-200.json
30313+
x-linode-cli-subtables:
30314+
- regions
3031330315
description: A single image object.
3031430316
default:
3031530317
content:
@@ -30489,7 +30491,7 @@ paths:
3048930491
type: object
3049030492
readOnly: true
3049130493
type: array
30492-
x-linode-cli-display: 11
30494+
x-linode-cli-format: json
3049330495
size:
3049430496
description: The minimum size in MB this image needs to deploy.
3049530497
example: 2500
@@ -30689,7 +30691,7 @@ paths:
3068930691
type: object
3069030692
readOnly: true
3069130693
type: array
30692-
x-linode-cli-display: 11
30694+
x-linode-cli-format: json
3069330695
size:
3069430696
description: The minimum size in MB this image needs to deploy.
3069530697
example: 2500
@@ -30772,6 +30774,8 @@ paths:
3077230774
type: object
3077330775
x-example:
3077430776
x-ref: ../examples/get-image-200.json
30777+
x-linode-cli-subtables:
30778+
- regions
3077530779
description: The updated image.
3077630780
default:
3077730781
content:
@@ -31015,7 +31019,7 @@ paths:
3101531019
type: object
3101631020
readOnly: true
3101731021
type: array
31018-
x-linode-cli-display: 11
31022+
x-linode-cli-format: json
3101931023
size:
3102031024
description: The minimum size in MB this image needs to deploy.
3102131025
example: 2500
@@ -61198,7 +61202,7 @@ paths:
6119861202
description: |-
6119961203
An array containing a NodeBalancer ID. A Firewall Device is created for the ID.
6120061204

61201-
- Only one NodeBalancer can be assigned to a Firewall at a time.
61205+
- A NodeBalancer can have only one Firewall assigned to it.
6120261206
- Firewalls only apply to inbound TCP traffic to NodeBalancers.
6120361207
example:
6120461208
- 321
@@ -67541,7 +67545,7 @@ paths:
6754167545
description: |-
6754267546
The ID of the Firewall to assign to the NodeBalancer.
6754367547

67544-
- Only one NodeBalancer can be assigned to a Firewall at a time.
67548+
- A NodeBalancer can have only one Firewall assigned to it.
6754567549
- Firewalls only apply to inbound TCP traffic to NodeBalancers.
6754667550
type: integer
6754767551
label:

0 commit comments

Comments
 (0)