cinder/api-ref/source/v3/samples/volume-transfers-list-response.json
junboli 4a008914b5 [Api-ref]: Add missing key/values in the json files.
In api-ref/source/v3/samples, some of JSON file contents does not
match the current v3 input or output, This patch is to update the
Request and Response JSON contents.

Change-Id: Ib6f0fcb9dc476f77b20cd780cfc6e8e1e425f4e1
2017-09-05 14:17:12 +00:00

37 lines
1.1 KiB
JSON

{
"transfers": [
{
"id": "cac5c677-73a9-4288-bb9c-b2ebfb547377",
"name": "first volume transfer",
"volume_id": "894623a6-e901-4312-aa06-4275e6321cce",
"created_at": "2017-06-20T05:48:49.000000",
"links": [
{
"href": "http://localhost/v3/firstproject/volumes/1",
"rel": "self"
},
{
"href": "http://localhost/firstproject/volumes/1",
"rel": "bookmark"
}
]
},
{
"id": "f26c0dee-d20d-4e80-8dee-a8d91b9742a1",
"name": "second volume transfer",
"volume_id": "673db275-379f-41af-8371-e1652132b4c1",
"created_at": "2017-06-20T05:48:49.000000",
"links": [
{
"href": "http://localhost/v3/firstproject/volumes/2",
"rel": "self"
},
{
"href": "http://localhost/firstproject/volumes/2",
"rel": "bookmark"
}
]
}
]
}