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_app
An application is the base object of the scalingo API.
The scalingo_app
table can be used to query information about any applications.
Examples
List applications
select name, region, urlfrom scalingo_app;
Get stopped applications
select namefrom scalingo_appwhere status = 'stopped';
Schema for scalingo_app
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form. | |
base_url | text | URL generated by Scalingo for your app. | |
created_at | timestamp with time zone | Creation date of the application. | |
data_access_consent_containers_until | timestamp with time zone | End date when data operators can inspect containers. | |
data_access_consent_databases_until | timestamp with time zone | End data when data operator can inspect databases. | |
data_access_consent_user_id | text | Unique ID of the user who allowed data operators to inspect the application. | |
flags | jsonb | List of flags associated to the app. | |
force_https | boolean | Activation of force HTTPS. | |
git_url | text | URL to the GIT remote to access your application. | |
hds_resource | boolean | True if the app is HDS. | |
id | text | Unique id of the application. | |
last_deployed_at | timestamp with time zone | Date of the last deployment attempt. | |
last_deployed_by | text | User who attempted the last deployment. | |
limits | jsonb | List of limits associated to the app. | |
name | text | = | Name of the application. |
owner_email | text | Email of the owner. | |
owner_id | text | Unique id of the owner. | |
owner_username | text | Username of the owner. | |
private_networks_ids | jsonb | IDs of the private networks. | |
region | text | Region of the application. | |
router_logs | boolean | Activation of the router logs in your app logs. | |
sp_connection_name | text | =, !=, ~~, ~~*, !~~, !~~* | Steampipe connection name. |
sp_ctx | jsonb | Steampipe context in JSON form. | |
stack_id | text | ID of the stack used. | |
status | text | Status of the application. | |
sticky_session | boolean | Activation of sticky session. | |
updated_at | timestamp with time zone | Last time the application has been updated. | |
url | text | URL used to access your app. |