Plugins

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,
href
from
ibm_is_region
where
name like 'eu-%'
select
name,
endpoint,
status,
href
from
ibm_is_region
where
name like 'eu-%'