turbot/oci_insights

Query: blockstorage_block_volume_storage_total

Usage

powerpipe query oci_insights.query.blockstorage_block_volume_storage_total

Steampipe Tables

SQL

select
sum(size_in_gbs) as "Total Storage (GB)"
from
oci_core_volume
where
lifecycle_state <> 'TERMINATED';

Dashboards

The query is used in the dashboards: