turbot/oci_insights

Query: mysql_backup_by_backup_type

Usage

powerpipe query oci_insights.query.mysql_backup_by_backup_type

Steampipe Tables

SQL

select
backup_type,
count(*) as "MySQL Backups"
from
oci_mysql_backup
where
lifecycle_state <> 'DELETED'
group by
backup_type
order by
backup_type;

Dashboards

The query is used in the dashboards: