Skip to content
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
17 changes: 9 additions & 8 deletions openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.1
info:
version: 4.90.1
version: 4.90.3

title: Linode API
description: |
Expand Down Expand Up @@ -3493,7 +3493,9 @@ paths:
- Uploaded image data should be in gzip format. A maximum file size of
5GB is supported for upload at this time.

This endpoint is currently in **alpha** and not publicly accessible. This notice will be updated when this endpoint placed in
This endpoint is currently in **beta**. Please make sure to prepend all requests with
`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
updates in the future. This notice will be removed when this endpoint is out of
beta.
x-linode-cli-action: upload
security:
Expand Down Expand Up @@ -16603,6 +16605,7 @@ components:
- host_reboot
- image_delete
- image_update
- image_upload
- ipaddress_update
- lassie_reboot
- lish_boot
Expand Down Expand Up @@ -16701,14 +16704,13 @@ components:
description: >
The total duration in seconds that it takes for the Event to complete.
example: 300.56
x-linode-cli-display: 10
x-linode-cli-display: 7
entity:
type: object
readOnly: true
description: >
Detailed information about the Event's entity, including ID, type,
label, and URL used to access it.
x-linode-cli-display: 4
properties:
id:
type: integer
Expand Down Expand Up @@ -16738,6 +16740,7 @@ components:
The current label of this object. The label may reflect changes
that occur with this Event.
example: Problem booting my Linode
x-linode-cli-display: 5
type:
type: string
enum:
Expand Down Expand Up @@ -16781,7 +16784,6 @@ components:
description: |
Detailed information about the Event's secondary entity, which provides additional information
for events such as, but not limited to, `linode_boot`, `linode_reboot`, `linode_create`, and `linode_clone` Event actions.
x-linode-cli-display: 5
properties:
id:
type: string
Expand Down Expand Up @@ -16826,13 +16828,11 @@ components:
readOnly: true
description: If this Event has been read.
example: true
x-linode-cli-display: 9
seen:
type: boolean
readOnly: true
description: If this Event has been seen.
example: true
x-linode-cli-display: 8
status:
type: string
readOnly: true
Expand All @@ -16843,7 +16843,7 @@ components:
- notification
- scheduled
- started
x-linode-cli-display: 7
x-linode-cli-display: 8
x-linode-cli-color:
failed: red
finished: green
Expand Down Expand Up @@ -16874,6 +16874,7 @@ components:
information may include, but is not limited to, a more detailed
representation of events which can help diagnose non-obvious failures.
example: None
x-linode-cli-display: 9
Firewall:
type: object
description: >
Expand Down