You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+37-40Lines changed: 37 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
openapi: 3.0.1
2
2
info:
3
-
version: 4.83.1
3
+
version: 4.83.2
4
4
5
5
title: Linode API
6
6
description: |
@@ -1885,10 +1885,12 @@ paths:
1885
1885
- Account
1886
1886
summary: User Create
1887
1887
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.
1892
1894
operationId: createUser
1893
1895
x-linode-cli-action: create
1894
1896
security:
@@ -6745,25 +6747,25 @@ paths:
6745
6747
parameters:
6746
6748
- name: clusterId
6747
6749
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.
6749
6751
required: true
6750
6752
schema:
6751
6753
type: integer
6752
6754
x-linode-cli-command: lke
6753
6755
post:
6754
6756
operationId: postLKEClusterRecycle
6755
-
x-linode-cli-action: cluster-recycle
6757
+
x-linode-cli-action: cluster-nodes-recycle
6756
6758
security:
6757
6759
- personalAccessToken: []
6758
6760
- oauth:
6759
6761
- lke:read_write
6760
6762
tags:
6761
6763
- Linode Kubernetes Engine (LKE)
6762
-
summary: Kubernetes Cluster Recycle
6764
+
summary: Cluster Nodes Recycle
6763
6765
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
6765
6767
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.
6767
6769
6768
6770
**Any local storage on deleted Linodes (such as "hostPath" and "emptyDir" volumes, or "local" PersistentVolumes) will be erased.**
Firewall to a Linode service. Currently, Firewalls can only be assigned to Linode
9403
9405
instances.
9404
9406
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
9406
9408
can be assigned to a single Linode service.
9407
9409
9408
9410
A `firewall_create` Event is generated when this endpoint returns successfully.
@@ -9443,10 +9445,10 @@ paths:
9443
9445
A Firewall Device assigns a Firewall to a Linode service. Currently, Firewalls
9444
9446
can only be assigned to Linode instances.
9445
9447
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
9447
9449
be assigned to a single Linode service.
9448
9450
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
9450
9452
are already assigned to the same service.
9451
9453
9452
9454
@@ -9786,9 +9788,9 @@ paths:
9786
9788
description: |
9787
9789
Creates a Firewall Device, which assigns a Firewall to a Linode service (referred to
9788
9790
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
9790
9792
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
9792
9794
are already assigned to the same service.
9793
9795
9794
9796
Creating a Firewall Device will apply the Rules from a Firewall to a Linode service.
@@ -11044,7 +11046,7 @@ paths:
11044
11046
11045
11047
11046
11048
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.
11048
11050
tags:
11049
11051
- Object Storage
11050
11052
security:
@@ -11089,7 +11091,7 @@ paths:
11089
11091
11090
11092
11091
11093
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.
11093
11095
tags:
11094
11096
- Object Storage
11095
11097
security:
@@ -11189,7 +11191,7 @@ paths:
11189
11191
11190
11192
11191
11193
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.
11193
11195
tags:
11194
11196
- Object Storage
11195
11197
security:
@@ -11220,12 +11222,12 @@ paths:
11220
11222
Removes a single bucket. While buckets containing objects _may_ be
11221
11223
deleted by including the `force` option in the request, such operations
11222
11224
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
11224
11226
remove all objects, then delete the bucket.
11225
11227
11226
11228
11227
11229
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.
11229
11231
tags:
11230
11232
- Object Storage
11231
11233
security:
@@ -11266,7 +11268,7 @@ paths:
11266
11268
11267
11269
11268
11270
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.
11270
11272
tags:
11271
11273
- Object Storage
11272
11274
security:
@@ -11321,12 +11323,9 @@ paths:
11321
11323
description: |
11322
11324
Allows changing basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.
11323
11325
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
-
11326
11326
11327
11327
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.
11330
11329
tags:
11331
11330
- Object Storage
11332
11331
security:
@@ -11386,11 +11385,9 @@ paths:
11386
11385
description: |
11387
11386
Allows changing basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.
11388
11387
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.
11390
11388
11391
11389
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.
11394
11391
tags:
11395
11392
- Object Storage
11396
11393
security:
@@ -11462,13 +11459,13 @@ paths:
11462
11459
- url: https://api.linode.com/v4
11463
11460
summary: Object Storage Object ACL Config View
11464
11461
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.
11468
11465
11469
11466
11470
11467
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.
11472
11469
tags:
11473
11470
- Object Storage
11474
11471
security:
@@ -11530,7 +11527,7 @@ paths:
11530
11527
11531
11528
11532
11529
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.
11534
11531
tags:
11535
11532
- Object Storage
11536
11533
security:
@@ -11629,7 +11626,7 @@ paths:
11629
11626
11630
11627
11631
11628
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.
11633
11630
tags:
11634
11631
- Object Storage
11635
11632
security:
@@ -11714,7 +11711,7 @@ paths:
11714
11711
11715
11712
11716
11713
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/)
11718
11715
directly.
11719
11716
tags:
11720
11717
- Object Storage
@@ -15998,7 +15995,7 @@ components:
15998
15995
type: object
15999
15996
description: >
16000
15997
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.
16002
15999
[Create a Firewall Device](/docs/api/networking/#firewall-create)
16003
16000
to assign a Firewall to a Linode service. Currently, Firewalls can only be assigned to Linode instances.
16004
16001
properties:
@@ -16154,9 +16151,9 @@ components:
16154
16151
type: object
16155
16152
description: >
16156
16153
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
16158
16155
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
16160
16157
are already assigned to the same service.
16161
16158
properties:
16162
16159
id:
@@ -19310,7 +19307,7 @@ components:
19310
19307
type: object
19311
19308
description: >
19312
19309
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).
0 commit comments