id | integer | The unique ID of this Event. |
action | string | The action that caused this Event. New actions may be added in the future.
|
created | string | When this Event was created. |
duration | number | The total duration in seconds that it takes for the Event to complete.
|
entity | object | Detailed information about the Event's entity, including ID, type, label, and URL used to access it.
|
message | string | Provides additional information about the event. Additional information may include, but is not limited to, a more detailed representation of events which can help diagnose non-obvious failures.
|
percent_complete | integer | A percentage estimating the amount of time remaining for an Event. Returns null for notification events.
|
rate | string | The rate of completion of the Event. Only some Events will return rate; for example, migration and resize Events.
|
read | boolean | If this Event has been read. |
secondary_entity | object | 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.
|
seen | boolean | If this Event has been seen. |
status | string | The current status of this Event. |
time_remaining | string | The estimated time remaining until the completion of this Event. This value is only returned for some in-progress migration events. For all other in-progress events, the percent_complete attribute will indicate about how much more work is to be done.
|
username | string | The username of the User who caused the Event.
|