From 881626035793c329d4c58bdc5e74f6196faa69ad Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Mon, 9 Oct 2023 10:12:54 -0400 Subject: [PATCH 1/3] Added firewall_id to Linode Create --- openapi.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 32ef10cd0..d33e4c56a 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -6429,6 +6429,9 @@ paths: example: true interfaces: $ref: '#/components/schemas/LinodeConfigInterfaces' + firewall_id: + type: integer + description: The `id` of the Firewall to attach this Linode to upon creation. responses: '200': description: > From 69e930fdd6796aabf8e6c95595c2adfc6d07eeca Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Tue, 7 Nov 2023 16:04:51 -0500 Subject: [PATCH 2/3] Updated rate limits --- openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index b634ca17e..0369f6878 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -372,7 +372,7 @@ info: ### Linode APIv4 Rate Limits - With the Linode API, you can generally make up to 1,600 general API requests every two minutes. Additionally, all commands have a rate limit of 800 requests per minute, and all GET commands that return paginated data collections have a rate limit of 400 requests per minute, unless otherwise specified below. + With the Linode API, you can generally make up to 800 general API requests every two minutes. Additionally, all commands have a rate limit of 400 requests per minute, and all GET commands that return paginated data collections have a rate limit of 200 requests per minute, unless otherwise specified below. **Note:** There may be rate limiting applied at other levels outside of the API, for example, at the load balancer. @@ -388,7 +388,7 @@ info: * [Images List](/docs/api/images/#images-list) - `/stats` endpoints have their own dedicated rate limits of 100 requests per minute. These endpoints are: + `/stats` endpoints have their own dedicated rate limits of 50 requests per minute. These endpoints are: * [View Linode Statistics](/docs/api/linode-instances/#linode-statistics-view) * [View Linode Statistics (year/month)](/docs/api/linode-instances/#statistics-yearmonth-view) From e3f93bd430cafc25bd6614c82c1fa11a86cc8970 Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Tue, 7 Nov 2023 16:25:47 -0500 Subject: [PATCH 3/3] Bump version to 4.167.3 --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 98460c9b5..9a032fe9a 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.1 info: - version: 4.167.1 + version: 4.167.3 title: Linode API license: name: Apache 2.0