Forum Discussion

evecaviedes's avatar
evecaviedes
Icon for Neophyte rankNeophyte
29 days ago
Solved

Creating subgroup with a dynamic query

I am trying to create more than one subgroup at once. For example, I created a group to filter all devices by site. I tried to use just one query to create a subgroup for each site, but I couldnt. Is...
  • Stuart_Weenig's avatar
    28 days ago

    Whether doing it through the API or through the UI, you will have one transaction for each group you want to create, even if they're dynamic groups. So if you have 300 sites and you want a site group for each one containing the devices at that site, you'll have to create each one individually. This isn't too hard with the API/SDK though. Once you have your list of sites, just loop through that list creating each group with its name, appliesto, and parent. Let me know if you need help with this.