turbot/ibm_insights

Query: ibm_is_volume_storage_by_profile

Usage

powerpipe query ibm_insights.query.ibm_is_volume_storage_by_profile

Steampipe Tables

SQL

select
profile -> 'name' as "Profile",
sum(capacity) as "GB"
from
ibm_is_volume
group by
profile -> 'name'
order by
profile -> 'name';

Dashboards

The query is used in the dashboards: