steampipe plugin install francois2metz/scalingo

Table: scalingo_user_event

List events associated to your account.

The scalingo_user_event table can be used to query information about any events associated to your account.

Examples

List all events

select
created_at type,
user_username
from
scalingo_user_event;

Schema for scalingo_user_event

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
created_attimestamp with time zoneCreation date of the event.
idtextUnique ID identifying the event.
typetextType of the event.
type_datajsonbData of the event.
user_emailtextEmail of the user.
user_idtextUnique id of the user.
user_usernametextUsername of the user.