turbot/ibm_insights

Query: ibm_compute_instance_vpc

Usage

powerpipe query ibm_insights.query.ibm_compute_instance_vpc

Steampipe Tables

SQL

select
vpc ->> 'name' as "Name",
vpc ->> 'id' as "ID",
vpc ->> 'href' as "HREF",
vpc ->> 'crn' as "CRN"
from
ibm_is_instance
where
crn = $1
order by
vpc ->> 'name';

Params

ArgsNameDefaultDescriptionVariable
$1crn

    Dashboards

    The query is used in the dashboards: