zaqar/api-ref/source/samples/versions-list-response.json
Fei Long Wang 9a3b0191af Add Queues for api ref
Change-Id: I45566944491d0ddf6d43ad60c3f97d3d7f5aa057
2016-06-15 14:50:41 +12:00

55 lines
1.2 KiB
JSON

{
"versions":[
{
"status":"DEPRECATED",
"updated":"2014-9-11T17:47:05Z",
"media-types":[
{
"base":"application/json",
"type":"application/vnd.openstack.messaging-v1+json"
}
],
"id":"1",
"links":[
{
"href":"/v1/",
"rel":"self"
}
]
},
{
"status":"SUPPORTED",
"updated":"2014-9-24T04:06:47Z",
"media-types":[
{
"base":"application/json",
"type":"application/vnd.openstack.messaging-v1_1+json"
}
],
"id":"1.1",
"links":[
{
"href":"/v1.1/",
"rel":"self"
}
]
},
{
"status":"CURRENT",
"updated":"2014-9-24T04:06:47Z",
"media-types":[
{
"base":"application/json",
"type":"application/vnd.openstack.messaging-v2+json"
}
],
"id":"2",
"links":[
{
"href":"/v2/",
"rel":"self"
}
]
}
]
}