turbot/oci_insights

Query: blockstorage_boot_volume_default_backup_policies_for_blockstorage_boot_volume

Usage

powerpipe query oci_insights.query.blockstorage_boot_volume_default_backup_policies_for_blockstorage_boot_volume

SQL

select
p.id as backup_policy_id
from
oci_core_boot_volume as v,
oci_core_volume_default_backup_policy as p
where
v.volume_backup_policy_id = p.id
and v.id = $1;