Plugins

Query: List hosts provided by Alibaba Cloud

Description

Discover the segments that consist of hosts provided by Alibaba Cloud. This can be beneficial for understanding your cloud resource distribution and for managing your cloud infrastructure more effectively.

Query

Tables used in this query:

SQL

select
host_name,
is_aliyun_host
from
alicloud_cms_monitor_host
where
is_aliyun_host;
select
host_name,
is_aliyun_host
from
alicloud_cms_monitor_host
where
is_aliyun_host = 1;