turbot/azure_insights

Query: compute_snapshot_overview

Usage

powerpipe query azure_insights.query.compute_snapshot_overview

Steampipe Tables

SQL

select
name as "Name",
type as "Type",
unique_id as "Unique ID",
disk_size_gb as "Disk Size GB",
provisioning_state as "Provisioning State",
os_type as "OS Type",
time_created as "Time Created",
region as "Region",
resource_group as "Resource Group",
subscription_id as "Subscription ID",
id as "ID"
from
azure_compute_snapshot
where
lower(id) = $1

Dashboards

The query is used in the dashboards: