Posted on 03-28-2013 05:09 AM
Does an API end-point exist to provide a list of computers in a building? I'm currently iterating through each computer item and sorting them into arrays that correspond with each building. However, pulling down information on each computer just to update the contents of a single building seems like too much work.
Solved! Go to Solution.
Posted on 03-28-2013 06:28 AM
Josh- Unfortunately there isn't an easier way to directly query the membership of computers assigned to a building without looping through each computer's data. You may want to consider creating a smart group based on building, since it's possible to query the membership of groups using the API. That adds an extra step from the GUI, but should make the API query fairly simple.
Posted on 03-28-2013 06:28 AM
Josh- Unfortunately there isn't an easier way to directly query the membership of computers assigned to a building without looping through each computer's data. You may want to consider creating a smart group based on building, since it's possible to query the membership of groups using the API. That adds an extra step from the GUI, but should make the API query fairly simple.