On this page
Get Involved
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_hostfrom alicloud_cms_monitor_hostwhere is_aliyun_host;
select host_name, is_aliyun_hostfrom alicloud_cms_monitor_hostwhere is_aliyun_host = 1;