Skip to content

Commit cf973fe

Browse files
committed
Added rate limits for global collection and GET Images
1 parent 44fa51b commit cf973fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

openapi.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ info:
370370

371371
### Linode APIv4 Rate Limits
372372

373-
With the Linode API, you can generally make up to 1,600 general API requests every two minutes. Additionally, all endpoints have a rate limit of 800 requests per minute unless otherwise specified below.
373+
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.
374374

375375
**Note:** There may be rate limiting applied at other levels outside of the API, for example, at the load balancer.
376376

@@ -382,6 +382,10 @@ info:
382382

383383
* [Volume Create](/docs/api/volumes/#volume-create)
384384

385+
Listing Images has a dedicated rate limit of 20 requests per minute. That endpoint is:
386+
387+
* [Images List](/docs/api/images/#images-list)
388+
385389
`/stats` endpoints have their own dedicated rate limits of 100 requests per minute. These endpoints are:
386390

387391
* [View Linode Statistics](/docs/api/linode-instances/#linode-statistics-view)

0 commit comments

Comments
 (0)