turbot/ibm_insights

Query: ibm_is_volume_by_profile

Usage

powerpipe query ibm_insights.query.ibm_is_volume_by_profile

Steampipe Tables

SQL

select
profile -> 'name' as "Profile",
count(*) as "volumes"
from
ibm_is_volume
group by
profile -> 'name'
order by
profile -> 'name';

Dashboards

The query is used in the dashboards: