turbot/oci_insights

Query: blockstorage_boot_volume_backups_for_blockstorage_boot_volume

Usage

powerpipe query oci_insights.query.blockstorage_boot_volume_backups_for_blockstorage_boot_volume

SQL

select
id as backup_id
from
oci_core_boot_volume_backup
where
boot_volume_id = $1;