Table: freshping_contact
List email addresses who can receive alerts.
Examples
List contacts
select id, name, emailfrom freshping_contact;
Schema for freshping_contact
Name | Type | Operators | 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. |