@@ -12830,6 +12830,7 @@ components:
12830
12830
description: The unique ID of this Event.
12831
12831
example: 123
12832
12832
x-linode-cli-display: 1
12833
+ x-linode-filterable: true
12833
12834
action:
12834
12835
type: string
12835
12836
enum:
@@ -12945,7 +12946,8 @@ components:
12945
12946
format: date-time
12946
12947
description: When this Event was created.
12947
12948
example: '2018-01-01T00:01:01'
12948
- x-linode-cli-display: 5
12949
+ x-linode-cli-display: 6
12950
+ x-linode-filterable: true
12949
12951
entity:
12950
12952
type: object
12951
12953
readOnly: true
@@ -13007,7 +13009,7 @@ components:
13007
13009
- volume
13008
13010
readOnly: true
13009
13011
description: >
13010
- The type of entity this Event is related to .
13012
+ The type of entity that is being referenced by the Event .
13011
13013
example: ticket
13012
13014
x-linode-filterable: true
13013
13015
url:
@@ -13017,6 +13019,37 @@ components:
13017
13019
a relative URL, it is relative to the domain you retrieved the
13018
13020
Event from.
13019
13021
example: /v4/support/tickets/11111
13022
+ secondary_entity:
13023
+ type: object
13024
+ readOnly: true
13025
+ description: |
13026
+ Detailed information about the Event's secondary entity, which provides additional information
13027
+ for events such as, but not limited to, `linode_boot`, `linode_create`, and `linode_clone` Event actions.
13028
+ x-linode-cli-display: 5
13029
+ properties:
13030
+ id:
13031
+ type: string
13032
+ description: >
13033
+ The ID of the object that is the secondary entity.
13034
+ example: linode/debian9
13035
+ label:
13036
+ type: string
13037
+ description: >
13038
+ The label of this object.
13039
+ example: linode1234
13040
+ type:
13041
+ type: string
13042
+ readOnly: true
13043
+ description: >
13044
+ The type of entity that is being referenced by the Event.
13045
+ example: linode
13046
+ url:
13047
+ type: string
13048
+ description: >
13049
+ The URL where you can access the object this Event is for. If
13050
+ a relative URL, it is relative to the domain you retrieved the
13051
+ Event from.
13052
+ example: /v4/linode/instances/1234
13020
13053
percent_complete:
13021
13054
type: integer
13022
13055
readOnly: true
@@ -13037,13 +13070,13 @@ components:
13037
13070
readOnly: true
13038
13071
description: If this Event has been read.
13039
13072
example: true
13040
- x-linode-cli-display: 8
13073
+ x-linode-cli-display: 9
13041
13074
seen:
13042
13075
type: boolean
13043
13076
readOnly: true
13044
13077
description: If this Event has been seen.
13045
13078
example: true
13046
- x-linode-cli-display: 7
13079
+ x-linode-cli-display: 8
13047
13080
status:
13048
13081
type: string
13049
13082
readOnly: true
@@ -13054,7 +13087,7 @@ components:
13054
13087
- notification
13055
13088
- scheduled
13056
13089
- started
13057
- x-linode-cli-display: 6
13090
+ x-linode-cli-display: 7
13058
13091
x-linode-cli-color:
13059
13092
failed: red
13060
13093
finished: green
0 commit comments