How do I make restful snapshot request to rtc for more than 1 instrument when service is specified

I'm making HTTP snapshot requests to RTC 3.5.3. The rtc is providing multiple services so I need to specify it in the url. This works:

wget "http://X.Y.Z:8080/snapshot/"A.NB"?Service=<NON_DEFAUT_SERVICE_NAME>"

Any attempt to provide a comma separated list of RICs fails. I see that there is an "items" parameter but that only seems to work with default service i.e. no Service=<NON_DEFAULT_SERVICE_NAME> parameter is used in URL.

Any suggestions?

Did I choose the correct tags and forum for this question?


Tagged:

Best Answer