Forum Discussion
ahmadsous
Moderator
13 days agoHey Alfred_Heijkoop, here’s how to get all the devices for a specific collector group:
query devices {
devices(search: {collectorGroup: {has: {name: {eq: "myCollectorGroupName"}}}}) {
edges {
node {
id
name
collectorGroup {
id
name
}
}
}
}
}
- Alfred_Heijkoop13 days ago
Contributor III
Hi ahmadsous,
Thanks for the GQL. I was a aware how the retrieve the relation between the devices and the collector group(s).
My question was more how to find out which collector is hosting which device.
Alfred
Related Content
- 2 months ago
- 3 months ago
- 10 months ago
- 2 months ago