turbot/ibm_insights

Query: ibm_compute_instance_boot_volume

Usage

powerpipe query ibm_insights.query.ibm_compute_instance_boot_volume

Steampipe Tables

SQL

select
boot_volume_attachment -> 'volume' ->> 'name' as "Name",
boot_volume_attachment -> 'volume' ->> 'id' as "ID",
boot_volume_attachment ->> 'name' as "Attachment Name",
boot_volume_attachment ->> 'id' as "Attachment ID"
from
ibm_is_instance
where
crn = $1
order by
boot_volume_attachment -> 'volume' ->> 'name';

Params

ArgsNameDefaultDescriptionVariable
$1crn

    Dashboards

    The query is used in the dashboards: