turbot/oci_insights

Query: mysql_backup_storage_total

Usage

powerpipe query oci_insights.query.mysql_backup_storage_total

Steampipe Tables

SQL

select
sum(backup_size_in_gbs) as "Total Storage (GB)"
from
oci_mysql_backup
where
lifecycle_state <> 'DELETED';

Dashboards

The query is used in the dashboards: