turbot/oci_insights

Query: target_blockstorage_block_volume_clones_for_blockstorage_block_volume

Usage

powerpipe query oci_insights.query.target_blockstorage_block_volume_clones_for_blockstorage_block_volume

Steampipe Tables

SQL

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