Interface RebootRepair

Base interface shared by all journal event types.

interface RebootRepair {
    event: "RebootRepair";
    Modules: string[];
    timestamp: string;
}

Hierarchy (View Summary)

Properties

event: "RebootRepair"

The type of event.

Modules: string[]
timestamp: string

The time in GMT, ISO 8601.