turbot/digitalocean_insights

Query: network_firewall_age_table

Usage

powerpipe query digitalocean_insights.query.network_firewall_age_table

Steampipe Tables

SQL

select
name as "Name",
id as "ID",
now() :: date - created_at :: date as "Age in Days",
created_at as "Create Time",
status as "Status",
urn as "URN"
from
digitalocean_firewall
order by
name;

Dashboards

The query is used in the dashboards: