File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
openapi: 3.0.1
2
2
info:
3
- version: 4.65 .0
3
+ version: 4.66 .0
4
4
5
5
title: Linode API
6
6
description: |
@@ -204,7 +204,7 @@ info:
204
204
205
205
206
206
* Page sizes default to 100,
207
- and can be set to return between 25 and 100 . Page size can be set using
207
+ and can be set to return between 25 and 500 . Page size can be set using
208
208
`?page_size=x`.
209
209
210
210
# Filtering and Sorting
@@ -2956,6 +2956,10 @@ paths:
2956
2956
[Regions](/api/v4/regions) for a list
2957
2957
of available Regions you can deploy your Linode in.
2958
2958
2959
+ In an effort to fight spam, Linode restricts outbound connections on ports 25, 465, and 587
2960
+ on all Linodes for new accounts created after November 5th, 2019. For more information,
2961
+ see [Sending Email on Linode](https://www.linode.com/docs/email/running-a-mail-server/#sending-email-on-linode).
2962
+
2959
2963
Linodes can be created in a number of ways:
2960
2964
2961
2965
* Using a Linode Linux Distribution image or an Image you created based on another Linode.
@@ -15191,6 +15195,8 @@ components:
15191
15195
For example, a two core Linode's CPU capacity is represented as 200%. If you want
15192
15196
to be alerted at 90% of a two core Linode's CPU capacity, set the alert value to `180`.
15193
15197
15198
+ The default value is 90% multiplied by the number of cores.
15199
+
15194
15200
If the value is set to `0` (zero), the alert is disabled.
15195
15201
example: 180
15196
15202
network_in:
You can’t perform that action at this time.
0 commit comments