Skip to content

Commit d754e5b

Browse files
authored
Merge pull request #267 from linode/release-4.66.0
Release 4.66.0
2 parents 1d743e6 + 5082380 commit d754e5b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

openapi.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.65.0
3+
version: 4.66.0
44

55
title: Linode API
66
description: |
@@ -204,7 +204,7 @@ info:
204204

205205

206206
* 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
208208
`?page_size=x`.
209209

210210
# Filtering and Sorting
@@ -2956,6 +2956,10 @@ paths:
29562956
[Regions](/api/v4/regions) for a list
29572957
of available Regions you can deploy your Linode in.
29582958

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+
29592963
Linodes can be created in a number of ways:
29602964

29612965
* Using a Linode Linux Distribution image or an Image you created based on another Linode.
@@ -15191,6 +15195,8 @@ components:
1519115195
For example, a two core Linode's CPU capacity is represented as 200%. If you want
1519215196
to be alerted at 90% of a two core Linode's CPU capacity, set the alert value to `180`.
1519315197

15198+
The default value is 90% multiplied by the number of cores.
15199+
1519415200
If the value is set to `0` (zero), the alert is disabled.
1519515201
example: 180
1519615202
network_in:

0 commit comments

Comments
 (0)