turbot/oci_insights

Query: mysql_backup_storage_by_creation_type

Usage

powerpipe query oci_insights.query.mysql_backup_storage_by_creation_type

Steampipe Tables

SQL

select
creation_type,
sum(backup_size_in_gbs) as "GB"
from
oci_mysql_backup
where
lifecycle_state <> 'DELETED'
group by
creation_type
order by
creation_type;

Dashboards

The query is used in the dashboards: