turbot/ibm_insights

Query: ibm_is_volume_state

Usage

powerpipe query ibm_insights.query.ibm_is_volume_state

Steampipe Tables

SQL

select
'Status' as label,
status as value
from
ibm_is_volume
where
crn = $1;

Params

ArgsNameDefaultDescriptionVariable
$1crn