turbot/oci_insights

Query: source_blockstorage_block_volume_clones_for_blockstorage_block_volume

Usage

powerpipe query oci_insights.query.source_blockstorage_block_volume_clones_for_blockstorage_block_volume

Steampipe Tables

SQL

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