turbot/oci_insights

Query: ons_notification_topic_tag

Usage

powerpipe query oci_insights.query.ons_notification_topic_tag

SQL

with jsondata as (
select
tags :: json as tags
from
oci_ons_notification_topic
where
topic_id = $1
)
select
key as "Key",
value as "Value"
from
jsondata,
json_each_text(tags);

Params

ArgsNameDefaultDescriptionVariable
$1id

    Dashboards

    The query is used in the dashboards: