actionsreport


Description

List of all actions performed on all systems

Columns

Column Type Size Nulls Auto Default Children Parents Comments
mgm_id numeric 131089 null

The id of the Uyuni instance that contains this data

action_id numeric 131089 null

The id of the action

earliest_action timestamptz 35,6 null

The earliest time the action was schedule for execution

event varchar 100 null

The type of event triggered by the action

action_name varchar 128 null

The name of the action

scheduler_id numeric 131089 null

The id of the account who scheduled the action

scheduler_username varchar 64 null

The username of the account who scheduled the action

in_progress_systems text 2147483647 null

Number of system where the action is still in progress

completed_systems text 2147483647 null

Number of system where the action is completed

failed_systems text 2147483647 null

Number of system where the action is failed

archived bool 1 null

True if the action is archived

synced_date timestamptz 35,6 null

The timestamp of when this data was last refreshed.

Relationships

View Definition


Possibly Referenced Tables/Views