zaqar/api-ref/source/samples/subscriptions-list-response.json
wangxiyuan 65bf61df13 Add subscription api ref
Change-Id: Ib902f0ce0c2478ba616a7d3a6b72d3944ff115bb
2016-06-24 09:53:43 +08:00

26 lines
517 B
JSON

{
"links": [
{
"href": "/v2/queues/test/subscriptions?marker=57692ab13990b48c644bb7e6",
"rel": "next"
}
],
"subscriptions": [
{
"age": 13,
"id": "57692aa63990b48c644bb7e5",
"subscriber": "http://10.229.49.117:5678",
"source": "test",
"ttl": 360,
"options": {}
},
{
"age": 2,
"id": "57692ab13990b48c644bb7e6",
"subscriber": "http://10.229.49.117:5679",
"source": "test",
"ttl": 360,
"options": {}
}
]
}