turbot/ibm_insights

Query: ibm_compute_instance_disk_storage_by_interface_type

Usage

powerpipe query ibm_insights.query.ibm_compute_instance_disk_storage_by_interface_type

Steampipe Tables

SQL

select
interface_type as "Interface Type",
sum(size) as "GB"
from
ibm_is_instance_disk
group by
interface_type;

Dashboards

The query is used in the dashboards: