You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this issue we want to introduce this API endpoint also through the event bus API.
The request object could look something like this:
{
"operation": "monitor",
"payload": {
"emptyQueues": <boolean value to define whether to include empty queues or not>,
"limit": <limit the amount of queues to return>
}
}
The text was updated successfully, but these errors were encountered:
The current implementation provides the monitor information through the HTTP API by calling
this results in a json response like this:
With this issue we want to introduce this API endpoint also through the event bus API.
The request object could look something like this:
The text was updated successfully, but these errors were encountered: