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
11 changes: 5 additions & 6 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16603,6 +16603,7 @@ components:
- host_reboot
- image_delete
- image_update
- image_upload
- ipaddress_update
- lassie_reboot
- lish_boot
Expand Down Expand Up @@ -16701,14 +16702,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 +16738,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 +16782,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 +16826,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 +16841,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 +16872,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