steampipe plugin install francois2metz/freshping

Table: freshping_contact

List email addresses who can receive alerts.

Examples

List contacts

select
id,
name,
email
from
freshping_contact;

Schema for freshping_contact

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
emailtextEmail of the contact.
idbigintUnique ID of the contact.
nametextName of the contact.