Skip to content

Commit 37c3a78

Browse files
authored
Merge pull request #386 from linode/release-4.83.2
Release 4.83.2
2 parents 0945876 + d186db4 commit 37c3a78

File tree

1 file changed

+37
-40
lines changed

1 file changed

+37
-40
lines changed

openapi.yaml

Lines changed: 37 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.83.1
3+
version: 4.83.2
44

55
title: Linode API
66
description: |
@@ -1885,10 +1885,12 @@ paths:
18851885
- Account
18861886
summary: User Create
18871887
description: >
1888-
Creates a User on your Account. Once created, the User will be
1889-
able to log in and access portions of your Account. Access is
1890-
determined by whether or not they are restricted, and what grants they
1891-
have been given.
1888+
Creates a User on your Account. Once created, a confirmation message containing
1889+
password creation and login instructions is sent to the User's email address.
1890+
1891+
1892+
The User's account access is determined by whether or not they are restricted,
1893+
and what grants they have been given.
18921894
operationId: createUser
18931895
x-linode-cli-action: create
18941896
security:
@@ -6745,25 +6747,25 @@ paths:
67456747
parameters:
67466748
- name: clusterId
67476749
in: path
6748-
description: ID of the Kubernetes cluster to be recycled.
6750+
description: ID of the Kubernetes cluster which contains nodes to be recycled.
67496751
required: true
67506752
schema:
67516753
type: integer
67526754
x-linode-cli-command: lke
67536755
post:
67546756
operationId: postLKEClusterRecycle
6755-
x-linode-cli-action: cluster-recycle
6757+
x-linode-cli-action: cluster-nodes-recycle
67566758
security:
67576759
- personalAccessToken: []
67586760
- oauth:
67596761
- lke:read_write
67606762
tags:
67616763
- Linode Kubernetes Engine (LKE)
6762-
summary: Kubernetes Cluster Recycle
6764+
summary: Cluster Nodes Recycle
67636765
description: |
6764-
Recycles a designated Kubernetes Cluster. All Linodes within the Cluster will be deleted
6766+
Recycles all nodes in all pools of a designated Kubernetes Cluster. All Linodes within the Cluster will be deleted
67656767
and replaced with new Linodes on a rolling basis, which may take several minutes. Replacement Nodes are
6766-
installed with the latest available patch for the Cluster's Kubernetes Version.
6768+
installed with the latest available [patch version](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/release/versioning.md#kubernetes-release-versioning) for the Cluster's current Kubernetes minor release.
67676769

67686770
**Any local storage on deleted Linodes (such as "hostPath" and "emptyDir" volumes, or "local" PersistentVolumes) will be erased.**
67696771
responses:
@@ -6784,7 +6786,7 @@ paths:
67846786
https://api.linode.com/v4/lke/clusters/12345/recycle
67856787
- lang: CLI
67866788
source: >
6787-
linode-cli lke cluster-recycle 12345
6789+
linode-cli lke cluster-nodes-recycle 12345
67886790
/lke/clusters/{clusterId}/pools/{poolId}:
67896791
parameters:
67906792
- name: clusterId
@@ -9402,7 +9404,7 @@ paths:
94029404
Firewall to a Linode service. Currently, Firewalls can only be assigned to Linode
94039405
instances.
94049406

9405-
A Firewall can be assigned to multiple Linode services, and up to three active Firewalls
9407+
A Firewall can be assigned to multiple Linode services, and up to five active Firewalls
94069408
can be assigned to a single Linode service.
94079409

94089410
A `firewall_create` Event is generated when this endpoint returns successfully.
@@ -9443,10 +9445,10 @@ paths:
94439445
A Firewall Device assigns a Firewall to a Linode service. Currently, Firewalls
94449446
can only be assigned to Linode instances.
94459447

9446-
* A Firewall can be assigned to multiple Linode services, and up to three active Firewalls can
9448+
* A Firewall can be assigned to multiple Linode services, and up to five active Firewalls can
94479449
be assigned to a single Linode service.
94489450

9449-
* Additional disabled Firewalls can be assigned to a service, but they cannot be enabled if three other active Firewalls
9451+
* Additional disabled Firewalls can be assigned to a service, but they cannot be enabled if five other active Firewalls
94509452
are already assigned to the same service.
94519453

94529454

@@ -9786,9 +9788,9 @@ paths:
97869788
description: |
97879789
Creates a Firewall Device, which assigns a Firewall to a Linode service (referred to
97889790
as the Device's `entity`). Currently, only Devices with an entity of type `linode` are accepted.
9789-
A Firewall can be assigned to multiple Linode services, and up to three active Firewalls can
9791+
A Firewall can be assigned to multiple Linode services, and up to five active Firewalls can
97909792
be assigned to a single Linode service. Additional disabled Firewalls can be
9791-
assigned to a service, but they cannot be enabled if three other active Firewalls
9793+
assigned to a service, but they cannot be enabled if five other active Firewalls
97929794
are already assigned to the same service.
97939795

97949796
Creating a Firewall Device will apply the Rules from a Firewall to a Linode service.
@@ -11044,7 +11046,7 @@ paths:
1104411046

1104511047

1104611048
This endpoint is available for convenience. It is recommended that instead you
11047-
use the more [fully-featured S3 API](https://docs.ceph.com/docs/mimic/radosgw/s3/serviceops/) directly.
11049+
use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/serviceops/#list-buckets) directly.
1104811050
tags:
1104911051
- Object Storage
1105011052
security:
@@ -11089,7 +11091,7 @@ paths:
1108911091

1109011092

1109111093
This endpoint is available for convenience. It is recommended that instead you
11092-
use the more [fully-featured S3 API](https://docs.ceph.com/docs/mimic/radosgw/s3/bucketops/#put-bucket) directly.
11094+
use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#put-bucket) directly.
1109311095
tags:
1109411096
- Object Storage
1109511097
security:
@@ -11189,7 +11191,7 @@ paths:
1118911191

1119011192

1119111193
This endpoint is available for convenience. It is recommended that instead you
11192-
use the more [fully-featured S3 API](https://docs.ceph.com/docs/mimic/radosgw/s3/bucketops/#get-bucket) directly.
11194+
use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#get-bucket) directly.
1119311195
tags:
1119411196
- Object Storage
1119511197
security:
@@ -11220,12 +11222,12 @@ paths:
1122011222
Removes a single bucket. While buckets containing objects _may_ be
1122111223
deleted by including the `force` option in the request, such operations
1122211224
will fail if the bucket contains too many objects. The recommended
11223-
way to empty large buckets is to use the [S3 API to configure lifecycle policies](https://docs.ceph.com/docs/master/radosgw/bucketpolicy/#) that
11225+
way to empty large buckets is to use the [S3 API to configure lifecycle policies](https://docs.ceph.com/en/latest/radosgw/bucketpolicy/#) that
1122411226
remove all objects, then delete the bucket.
1122511227

1122611228

1122711229
This endpoint is available for convenience. It is recommended that instead you
11228-
use the more [fully- featured S3 API](https://docs.ceph.com/docs/mimic/radosgw/s3/bucketops/#delete-bucket) directly.
11230+
use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#delete-bucket) directly.
1122911231
tags:
1123011232
- Object Storage
1123111233
security:
@@ -11266,7 +11268,7 @@ paths:
1126611268

1126711269

1126811270
This endpoint is available for convenience. It is recommended that instead you
11269-
use the more [fully-featured S3 API](https://docs.ceph.com/docs/mimic/radosgw/s3/bucketops/#get-bucket) directly.
11271+
use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#get-bucket) directly.
1127011272
tags:
1127111273
- Object Storage
1127211274
security:
@@ -11321,12 +11323,9 @@ paths:
1132111323
description: |
1132211324
Allows changing basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.
1132311325
Only allows enabling/disabling CORS for all origins, and/or setting canned ACLs.
11324-
For more fine-grained control of both systems, please use the S3 API directly.
11325-
1132611326

1132711327

11328-
This endpoint is available for convenience. It is recommended that instead you
11329-
use the more more [fully-featured S3 API](https://docs.ceph.com/docs/mimic/radosgw/s3/bucketops/#put-bucket-acl) directly.
11328+
For more fine-grained control of both systems, please use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#put-bucket-acl) directly.
1133011329
tags:
1133111330
- Object Storage
1133211331
security:
@@ -11386,11 +11385,9 @@ paths:
1138611385
description: |
1138711386
Allows changing basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.
1138811387
Only allows enabling/disabling CORS for all origins, and/or setting canned ACLs.
11389-
For more fine-grained control of both systems, please use the S3 API directly.
1139011388

1139111389

11392-
This endpoint is available for convenience. It is recommended that instead you
11393-
use the more more [fully-featured S3 API](https://docs.ceph.com/docs/mimic/radosgw/s3/bucketops/#put-bucket-acl) directly.
11390+
For more fine-grained control of both systems, please use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#put-bucket-acl) directly.
1139411391
tags:
1139511392
- Object Storage
1139611393
security:
@@ -11462,13 +11459,13 @@ paths:
1146211459
- url: https://api.linode.com/v4
1146311460
summary: Object Storage Object ACL Config View
1146411461
description: |
11465-
This Object Storage bucket's currently configured Access Control List (ACL).
11466-
ACLs define who can access your buckets and objects and specify the level of access
11467-
granted to those users.
11462+
View an Object’s configured Access Control List (ACL) in this Object Storage bucket.
11463+
ACLs define who can access your buckets and objects and specify the level of access
11464+
granted to those users.
1146811465

1146911466

1147011467
This endpoint is available for convenience. It is recommended that instead you
11471-
use the more more [fully-featured S3 API](https://docs.aws.amazon.com/cli/latest/reference/s3api/get-object-acl.html) directly.
11468+
use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/objectops/#get-object-acl) directly.
1147211469
tags:
1147311470
- Object Storage
1147411471
security:
@@ -11530,7 +11527,7 @@ paths:
1153011527

1153111528

1153211529
This endpoint is available for convenience. It is recommended that instead you
11533-
use the more more [fully-featured S3 API](https://docs.aws.amazon.com/cli/latest/reference/s3api/put-object-acl.html) directly.
11530+
use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/objectops/#set-object-acl) directly.
1153411531
tags:
1153511532
- Object Storage
1153611533
security:
@@ -11629,7 +11626,7 @@ paths:
1162911626

1163011627

1163111628
This endpoint is available for convenience. It is recommended that instead you
11632-
use the more [fully-featured S3 API](https://docs.ceph.com/docs/luminous/radosgw/s3/bucketops/#get-bucket) directly.
11629+
use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/objectops/#get-object) directly.
1163311630
tags:
1163411631
- Object Storage
1163511632
security:
@@ -11714,7 +11711,7 @@ paths:
1171411711

1171511712

1171611713
This endpoint is available for convenience. It is recommended that instead you
11717-
use the more [fully-featured S3 API](https://docs.ceph.com/docs/mimic/radosgw/s3/)
11714+
use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/)
1171811715
directly.
1171911716
tags:
1172011717
- Object Storage
@@ -15998,7 +15995,7 @@ components:
1599815995
type: object
1599915996
description: >
1600015997
A resource that controls incoming and outgoing network traffic to a Linode service. A Firewall can
16001-
be assigned to multiple Linode services, and up to three active Firewalls can be assigned to a single Linode service.
15998+
be assigned to multiple Linode services, and up to five active Firewalls can be assigned to a single Linode service.
1600215999
[Create a Firewall Device](/docs/api/networking/#firewall-create)
1600316000
to assign a Firewall to a Linode service. Currently, Firewalls can only be assigned to Linode instances.
1600416001
properties:
@@ -16154,9 +16151,9 @@ components:
1615416151
type: object
1615516152
description: >
1615616153
Associates a Firewall with a Linode service. A Firewall can be assigned
16157-
to multiple Linode services, and up to three active Firewalls can
16154+
to multiple Linode services, and up to five active Firewalls can
1615816155
be assigned to a single Linode service. Additional disabled Firewalls can be
16159-
assigned to a service, but they cannot be enabled if three other active Firewalls
16156+
assigned to a service, but they cannot be enabled if five other active Firewalls
1616016157
are already assigned to the same service.
1616116158
properties:
1616216159
id:
@@ -19310,7 +19307,7 @@ components:
1931019307
type: object
1931119308
description: >
1931219309
An Object Storage Bucket. This should be accessed primarily through the
19313-
S3 API; [click here for more information](https://docs.ceph.com/docs/mimic/radosgw/s3/#api).
19310+
S3 API; [click here for more information](https://docs.ceph.com/en/latest/radosgw/s3/#api).
1931419311
properties:
1931519312
created:
1931619313
type: string

0 commit comments

Comments
 (0)