3e16dfff8e
Add a new microversion API to add source_project_id, destination_project_id, accepted fields to the response of follow APIs: - Create a volume transfer - Show volume transfer detail - List volume transfer and detail And the source_project_id will be recorded when a transfer is created, the destination_project_id and accepted will be recorded when a transfer is accepted. Part of blueprint: improve-volume-transfer-records Change-Id: I3d79f9a67a9aed7272871969e7c0942a1f396ea5
22 lines
655 B
JSON
22 lines
655 B
JSON
{
|
|
"transfer": {
|
|
"id": "cac5c677-73a9-4288-bb9c-b2ebfb547377",
|
|
"created_at": "2015-02-25T03:56:53.081642",
|
|
"name": "first volume transfer",
|
|
"volume_id": "894623a6-e901-4312-aa06-4275e6321cce",
|
|
"source_project_id": "10f92548903841278443fcf3da935b22",
|
|
"destination_project_id": null,
|
|
"accepted": false,
|
|
"links": [
|
|
{
|
|
"href": "http://localhost/v3/firstproject/volumes/1",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://localhost/firstproject/volumes/1",
|
|
"rel": "bookmark"
|
|
}
|
|
]
|
|
}
|
|
}
|