turbot/ibm_insights

Query: ibm_is_volume_storage_by_account

Usage

powerpipe query ibm_insights.query.ibm_is_volume_storage_by_account

Steampipe Tables

SQL

select
a.name as "account",
sum(v.capacity) as "GB"
from
ibm_is_volume as v,
ibm_account as a
where
a.customer_id = v.account_id
group by
account
order by
account;

Dashboards

The query is used in the dashboards: