Skip to content

Release 4.66.0 #267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.1
info:
version: 4.65.0
version: 4.66.0

title: Linode API
description: |
Expand Down Expand Up @@ -204,7 +204,7 @@ info:


* Page sizes default to 100,
and can be set to return between 25 and 100. Page size can be set using
and can be set to return between 25 and 500. Page size can be set using
`?page_size=x`.

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

In an effort to fight spam, Linode restricts outbound connections on ports 25, 465, and 587
on all Linodes for new accounts created after November 5th, 2019. For more information,
see [Sending Email on Linode](https://www.linode.com/docs/email/running-a-mail-server/#sending-email-on-linode).

Linodes can be created in a number of ways:

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

The default value is 90% multiplied by the number of cores.

If the value is set to `0` (zero), the alert is disabled.
example: 180
network_in:
Expand Down