cinder/api-ref/source/v3/samples/volume-transfers-list-response.json
zhufl fbf431abe8 api-ref: remove created_at from response example of list-transfer
created_at is only present in "List volume transfers and details", 
and not in "List volume transfers for a project".
https://developer.openstack.org/api-ref/block-storage/v3/index.html#list-volume-transfers-for-a-project
https://developer.openstack.org/api-ref/block-storage/v3/index.html#list-volume-transfers-and-details

So created_at should be removed from the response example of
"List volume transfers for a project".

Change-Id: I52a81454a995920c1ba5534fea3d50f6c9986881
2018-10-10 02:06:21 +00:00

35 lines
1.0 KiB
JSON

{
"transfers": [
{
"id": "cac5c677-73a9-4288-bb9c-b2ebfb547377",
"name": "first volume transfer",
"volume_id": "894623a6-e901-4312-aa06-4275e6321cce",
"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",
"links": [
{
"href": "http://localhost/v3/firstproject/volumes/2",
"rel": "self"
},
{
"href": "http://localhost/firstproject/volumes/2",
"rel": "bookmark"
}
]
}
]
}