turbot/oci_insights

Query: filestorage_filesystem_cloned

Usage

powerpipe query oci_insights.query.filestorage_filesystem_cloned

SQL

select
case when is_clone_parent then 'Cloned' else 'Not cloned' end as "File System Type"
from
oci_file_storage_file_system
where
id = $1;

Dashboards

The query is used in the dashboards: