REST API - OR condition in locator possible?
Answered
I have calls like this to monitor agent disconnections:
app/rest/agentPools/name:Pool1?fields=name,agents(agent(name,connected))
app/rest/agentPools/name:Pool2?fields=name,agents(agent(name,connected))
Is it possible to combine these to a single call? ie a locator that identifies multiple values of name?
Please sign in to leave a comment.
Hi Steve,
OR conditions are currently not supported in REST API requests. You can file a feature request in the issue tracker.