zaqar/api-ref/source/samples/queues-list-response.json
wanghao 7aa2522e3d Support query queues with count
Zaqar will support query queues with 'with_count' to
return the amount of the queues. This will help users to
quickly get the exact total number of queues which they own.

Change-Id: I1d2cdc802ecd76c01671cd5660ae79dd39505d43
Implements: blueprint query-queues-with-count
Signed-off-by: wanghao <sxmatch1986@gmail.com>
2020-01-10 14:52:10 +08:00

23 lines
388 B
JSON

{
"queues":[
{
"href":"/v2/queues/beijing",
"name":"beijing"
},
{
"href":"/v2/queues/london",
"name":"london"
},
{
"href":"/v2/queues/wellington",
"name":"wellington"
}
],
"links":[
{
"href":"/v2/queues?marker=wellington",
"rel":"next"
}
],
"count": 3
}