On this page
Get Involved
Query: List all European regions
Description
Uncover the details of all IBM cloud regions located in Europe, including their status and endpoint information. This can be useful for managing resources or troubleshooting issues specific to these regions.
Query
Tables used in this query:
SQL
select name, endpoint, status, hreffrom ibm_is_regionwhere name like 'eu-%'
select name, endpoint, status, hreffrom ibm_is_regionwhere name like 'eu-%'