steampipe plugin install francois2metz/scalingo

Table: scalingo_region

Regions represent accessible location where you can run an application.

Examples

List regions

select
name,
display_name,
url
from
scalingo_region;

Schema for scalingo_region

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
apitextURL to the regional API managing apps.
dashboardtextURL to the dashboard of the region.
database_apitextURL to the regional API managing databases.
defaultbooleanIs the region is the default region.
display_nametextHow the name of the region should be displayed.
nametextUnderscore-cased name of the region.
sshtextSSH Host to git push application code.