zaqar/api-ref/source/samples/queues-list-response.json

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
}