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. | |
text | Email of the contact. | ||
id | bigint | Unique ID of the contact. | |
name | text | Name of the contact. | |
sp_connection_name | text | =, !=, ~~, ~~*, !~~, !~~* | Steampipe connection name. |
sp_ctx | jsonb | Steampipe context in JSON form. |