turbot/digitalocean_insights

Query: droplet_overview

Usage

powerpipe query digitalocean_insights.query.droplet_overview

Steampipe Tables

SQL

select
name as "Name",
id as "ID",
created_at as "Create Time",
image ->> 'distribution' as "Distribution Type",
title as "Title",
region ->> 'name' as "Region",
urn as "URN"
from
digitalocean_droplet
where
urn = $1

Dashboards

The query is used in the dashboards: