senlin/api-ref/source/samples/versions-list-response.json

28 lines
720 B
JSON

{
"versions": [
{
"id": "1.0",
"links": [
{
"href": "/v1/",
"rel": "self"
},
{
"href": "https://developer.openstack.org/api-ref/clustering",
"rel": "help"
}
],
"max_version": "1.0",
"media-types": [
{
"base": "application/json",
"type": "application/vnd.openstack.clustering-v1+json"
}
],
"min_version": "1.0",
"status": "CURRENT",
"updated": "2016-01-18T00:00:00Z"
}
]
}