cinder/cinder/tests/functional/api_sample_tests/samples/versions/versions-response.json.tpl

29 lines
760 B
Smarty

{
"versions": [
{
"status": "CURRENT",
"updated": "%(isotime)s",
"links": [
{
"href": "https://docs.openstack.org/",
"type": "text/html",
"rel": "describedby"
},
{
"href": "%(host)s/v3/",
"rel": "self"
}
],
"min_version": "3.0",
"version": "%(max_api_version)s",
"media-types": [
{
"base": "application/json",
"type": "application/vnd.openstack.volume+json;version=3"
}
],
"id": "v3.0"
}
]
}