steampipe plugin install francois2metz/scalingo

Table: scalingo_event_type

Event types represent the definition of the events which are published by the service. They are used by Notification Platforms and by Notifiers to configure which types of events will be sent to the configured destinations.

Examples

List type of events

select
id,
name,
display_name
from
scalingo_event_type;

Schema for scalingo_event_type

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
category_idtextCategory ID of the type.
descriptiontextDescription these events are produced.
display_nametextFancy name of the type.
idtextUnique ID of event type.
nametextCamel case name of the type.
regiontextThe region associated to this event.