turbot/oci_insights

Query: mysql_backup_90_days

Usage

powerpipe query oci_insights.query.mysql_backup_90_days

Steampipe Tables

SQL

select
count(*) as value,
'30-90 Days' as label
from
oci_mysql_backup
where
lifecycle_state <> 'DELETED'
and time_created between symmetric now() - '30 days' :: interval
and now() - '90 days' :: interval;

Dashboards

The query is used in the dashboards: