turbot/digitalocean_insights

Query: snapshot_size

Usage

powerpipe query digitalocean_insights.query.snapshot_size

Steampipe Tables

SQL

select
'Size (GB)' as label,
sum(size_gigabytes) as value
from
digitalocean_snapshot
where
id = $1;

Dashboards

The query is used in the dashboards: