Table: freshping_contact
List email addresses who can receive alerts.
Examples
List contacts
select id, name, emailfrom freshping_contact;
.inspect freshping_contact
Contacts who can receive alerts.
Name | Type | Description |
---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. |
text | Email of the contact. | |
id | bigint | Unique ID of the contact. |
name | text | Name of the contact. |