scalingo_addonscalingo_alertscalingo_appscalingo_app_eventscalingo_autoscalerscalingo_collaboratorscalingo_containerscalingo_container_typescalingo_cronscalingo_databasescalingo_database_backupscalingo_database_maintenancescalingo_database_type_versionscalingo_database_userscalingo_deploymentscalingo_domainscalingo_environmentscalingo_event_typescalingo_invoicescalingo_keyscalingo_log_drainscalingo_log_drain_addonscalingo_notification_platformscalingo_notifierscalingo_regionscalingo_scm_integrationscalingo_scm_repo_linkscalingo_stackscalingo_tokenscalingo_user_eventscalingo_user_scm_repo_link
Table: scalingo_notification_platform
List notification platforms that can be used on notifier.
Examples
List notification platforms
select id, namefrom scalingo_notification_platform;
Get notification platform used by a notifier
select np.name, np.display_name, n.namefrom scalingo_notifier n join scalingo_notification_platform np on np.id = n.platform_idwhere n.app_name = 'caresteouvert-api';
Schema for scalingo_notification_platform
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form. | |
available_event_ids | jsonb | List of event IDs accepted by this platform. | |
description | text | Description of the platform. | |
display_name | text | Human readable name for this notification platform. | |
id | text | Unique ID identifying the notification platform. | |
logo_url | text | URL to a logo for this notification platform. | |
name | text | Name of the notification platform. | |
region | text | The region associated to this notification platform. | |
sp_connection_name | text | =, !=, ~~, ~~*, !~~, !~~* | Steampipe connection name. |
sp_ctx | jsonb | Steampipe context in JSON form. |