turbot/oci_insights

Query: blockstorage_block_volume_24_hrs

Usage

powerpipe query oci_insights.query.blockstorage_block_volume_24_hrs

Steampipe Tables

SQL

select
count(*) as value,
'< 24 hours' as label
from
oci_core_volume
where
lifecycle_state <> 'TERMINATED'
and time_created > now() - '1 days' :: interval;

Dashboards

The query is used in the dashboards: