Hi
Thanks for the help. We also did the same what you recommended, but the question is
that (up to my understanding) how to limit the response to only contain the desired ID field.
It is very similar to the SQL concept of only query what you need.
So instead of SELECT * FROM vapps .... use SELECT ID from VAPPS
This minimizes the network & internal load in VMware....
It would still very good to know how to limit the returned fields.
D.