turbot/oci_insights

Query: blockstorage_boot_volume_unattached_count

Usage

powerpipe query oci_insights.query.blockstorage_boot_volume_unattached_count

SQL

select
count(*) as value,
'Unattached' as label,
case
count(*)
when 0 then 'ok'
else 'alert'
end as type
from
oci_core_boot_volume
where
id not in (
select
boot_volume_id
from
oci_core_boot_volume_attachment
)
and lifecycle_state <> 'TERMINATED'

Dashboards

The query is used in the dashboards: