turbot/oci_insights

Query: database_autonomous_database_overview

Usage

powerpipe query oci_insights.query.database_autonomous_database_overview

SQL

select
display_name as "Name",
time_created as "Time Created",
lifecycle_state as "Lifecycle State",
is_dedicated as "Dedicated",
is_free_tier as "Free Tier",
data_storage_size_in_gbs as "Total Size (GB)",
license_model as "License Model",
id as "OCID",
compartment_id as "Compartment ID"
from
oci_database_autonomous_database
where
id = $1;

Params

ArgsNameDefaultDescriptionVariable
$1id

    Dashboards

    The query is used in the dashboards: