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.
emailtextEmail of the contact.
idbigintUnique ID of the contact.
nametextName of the contact.
sp_connection_nametext=, !=, ~~, ~~*, !~~, !~~*Steampipe connection name.
sp_ctxjsonbSteampipe context in JSON form.