cinder/cinder/tests/functional/api_sample_tests/samples/volumes/volumes-list-response.json.tpl

18 lines
475 B
Smarty

{
"volumes": [
{
"id": "%(uuid)s",
"links": [
{
"href": "%(host)s/v3/89afd400-b646-4bbc-b12b-c0a4d63e5bd3/volumes/%(uuid)s",
"rel": "self"
},
{
"href": "%(host)s/89afd400-b646-4bbc-b12b-c0a4d63e5bd3/volumes/%(uuid)s",
"rel": "bookmark"
}
],
"name": null
}
]
}