zaqar/doc/user-guide/wadl/samples/getSetMessagesByID_response.json
Victoria Martínez de la Cruz 29d2933b5a Reorganize docs folder
For now, developers guide will be living in doc/source
(this is where all OpenStack projects store their developers docs)
and the user guide will be store in doc/user-guide

Change-Id: Ib539ff40dd9fc4ca413259771e6a19303dd81dd1
2014-08-12 10:23:58 -03:00

20 lines
393 B
JSON

[
{
"href": "/v1/queues/fizbit/messages/50b68a50d6f5b8c8a7c62b01",
"ttl": 800,
"age": 32,
"body": {
"cmd": "EncodeVideo",
"jobid": 58229
}
},
{
"href": "/v1/queues/fizbit/messages/f5b8c8a7c62b0150b68a50d6",
"ttl": 800,
"age": 790,
"body": {
"cmd": "EncodeAudio",
"jobid": 58201
}
}
]