Solace SEMP command
I am using below SEMP command to query solace queue stats and details. But I see that the GET query is returning only some queues Information. I have 28 queues and I see only 10 queues in the output.
https://mrred2imhn.messaging.solace.cloud:20718/SEMP/v2/monitor/msgVpns/msgvpn-red52825/queues
Comments
-
Hi,
The API you are calling supports paging and the default page size is 10.
Therefore you only get 10 items.
You can specify a different count (page size) -e.g. 50, which would return all your queues - or you can use cursor and count to page through the items.
See the documentation here:
https://docs.solace.com/API-Developer-Online-Ref-Documentation/swagger-ui/monitor/index.html#/queue/getMsgVpnQueues1