turbot/oci_insights

Query: source_blockstorage_boot_volume_clones_for_blockstorage_boot_volume

Usage

powerpipe query oci_insights.query.source_blockstorage_boot_volume_clones_for_blockstorage_boot_volume

Steampipe Tables

SQL

select
source_details ->> 'id' as volume_id
from
oci_core_boot_volume as v
where
source_details is not null
and id = $1;