system.reboot.info

Return information about whether the system requires a reboot, including the current boot session identifier and the list of pending reasons a reboot is required (for example, a FIPS or STIG configuration change or a pending system upgrade). An empty list of reasons indicates no reboot is currently required.

The system.reboot.info event is emitted whenever this information changes.

Type: object

Type: array
No Additional Items

RebootInfo

Type: object

Information about the current boot session and reboot requirements.

No Additional Properties

Boot Id

Type: string

Unique identifier for the current boot session.

Reboot Required Reasons

Type: array of object

Array of reasons why a system reboot is required.

No Additional Items
Each item of this array must be:

RebootRequiredReason

Type: object
No Additional Properties

Code

Type: string

Code identifying the reason for required reboot.

Reason

Type: string

Human-readable description of why a reboot is required.



Required roles: SYSTEM_GENERAL_READ