turbot/oci_insights

Query: target_blockstorage_boot_volume_clones_for_blockstorage_boot_volume

Usage

powerpipe query oci_insights.query.target_blockstorage_boot_volume_clones_for_blockstorage_boot_volume

Steampipe Tables

SQL

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