I am new here so if this needs to get moved over to the development page I apologize in advance.
I am developing a service that will consume Stat data from the stat server. The documentation provided by Genesys is fine, but it shows me only being able to directly “query” one object at a time. So I figured I would ask here and see:
Is there a way to pull all defined objects on the Stat Server without having to individually define them on my side?
Short answer: No.
Depending on the data you need, you may group objects (e.g. DN Group, Agent Group) and get the stat data for the group (which may or may not be the same data for the individual objects depending on the stat)
Complementing what cavagnaro already said, you can use PSDK to query for all objects of any type (e.g. CfgPersonQuery) on Config Server. There are plenty of examples around the forum (for example, I recall this one: http://www.sggu.com/smf/index.php/topic,9642.msg43669.html#msg43669 )