turbot/oci_insights

Query: blockstorage_boot_volume_replicas_for_blockstorage_boot_volume

Usage

powerpipe query oci_insights.query.blockstorage_boot_volume_replicas_for_blockstorage_boot_volume

SQL

select
id as replica_id
from
oci_core_boot_volume_replica
where
boot_volume_id = $1;