OptionaldataOptionalbody?: string | nullOptionalentity?: Detailed information about the notification. Returned as null for an event type of security_reboot_maintenance_scheduled.
Optionallabel?: stringA short description of this notification.
Optionalmessage?: stringA human-readable description of the notification.
Optionalseverity?: "minor" | "major" | "critical"The severity of this notification. This field determines how prominently the notification is displayed and the color of the display text.
Optionaltype?: Filterable The type of notification.
📘
A
security_reboot_maintenance_scheduledevent is a global notice that a Linode needs to be rebooted for QEMU upgrade maintenance. Have a look at this workflow for guidance on reboooting your Linodes for this maintenance.
Optionaluntil?: string | nullIf this notification has a duration, this is when the event or action will complete. For example, if there's scheduled maintenance for one of our systems, until represents the end of the maintenance window. Returned as null for an event type of security_reboot_maintenance_scheduled.
Optionalwhen?: string | nullIf this notification is for an event in the future, this specifies when the action occurs. For example, if a compute instance needs to migrate in response to a security advisory, this field sets the approximate time the compute instance will be taken offline for migration. Returned as null for an event type of security_reboot_maintenance_scheduled.
A full description of this notification, in markdown format. Not all notifications include a
body. Returned asnullfor an eventtypeofsecurity_reboot_maintenance_scheduled.