03 Jul 2025 03:22 PM
08 Jul 2025 06:35 AM
@Peter_Youssef You can try the below DQL
fetch dt.entity.host
| fieldsAdd entity.type, monitoringMode,memoryTotal, physicalMemory, tags, managementZones, networkZone
| filter matchesValue(tags, "TIER:GOLD")
09 Jul 2025 08:01 AM
Thanks for your support, I've applied the DQL statements as per actual setup, It's not working.
Are there other DQL Queries to fetch the required Hosts information
KR,
Peter
09 Jul 2025 11:17 PM
@Peter_Youssef the above DQL should work fine without any issues , what error do you see when you run the query. Please make sure you are using the right tags as filter to see the hosts
08 Jul 2025 08:18 AM
thanks for your inputs, I'll try and keep you posted.