turbot/oci_insights

Query: blockstorage_boot_volume_overview

Usage

powerpipe query oci_insights.query.blockstorage_boot_volume_overview

Steampipe Tables

SQL

select
display_name as "Name",
time_created as "Time Created",
availability_domain as "Availability Domain",
is_auto_tune_enabled as "Auto Tune Enabled",
is_hydrated as "Hydrated",
id as "OCID",
compartment_id as "Compartment ID"
from
oci_core_boot_volume
where
id = $1;

Dashboards

The query is used in the dashboards: