25 Feb 2025 03:05 PM
Hello,
When using an entity selector in an API you can use an entity id ('s):
And looking at DQL:
fetch dt.entity.host
| filter id == "HOST-461FB6671E771234"
I assume all entities types have there own little bucket (=class in the Graph)
But now the question/remark:
When you want to use, in DQL, an entity id, you would need to look at the TYPE what can be found in the name before the '-', and then you can execute the fetch dt.entity.TYPE
KR Henk
Solved! Go to Solution.
25 Feb 2025 06:41 PM
Yes, Henk you've got the right idea here! Here's a DQL query proving your point.