turbot/ibm_insights

Query: ibm_is_security_group_inbound_rules_count

Usage

powerpipe query ibm_insights.query.ibm_is_security_group_inbound_rules_count

Steampipe Tables

SQL

select
'Inbound Rules' as label,
count(*) as value
from
ibm_is_security_group,
jsonb_array_elements(rules) as r
where
r ->> 'direction' = 'inbound'
and crn = $1;

Params

ArgsNameDefaultDescriptionVariable
$1crn

    Dashboards

    The query is used in the dashboards: