
This patch adds the tests for generating api-ref responses of volume snapshots. Change-Id: I1b8f265e2efd1760b34baf32d9d92cb4b2777cdd Partially-Implements: blueprint generating-sample-files
15 lines
413 B
JSON
15 lines
413 B
JSON
{
|
|
"snapshot": {
|
|
"created_at": "2019-03-12T04:53:53.426591",
|
|
"description": "This is yet, another snapshot.",
|
|
"id": "43666194-8e72-451a-b7bb-54fef763b2b8",
|
|
"metadata": {
|
|
"key": "v3"
|
|
},
|
|
"name": "snap-002",
|
|
"size": 10,
|
|
"status": "creating",
|
|
"updated_at": null,
|
|
"volume_id": "070c942d-9909-42e9-a467-7a781f150c58"
|
|
}
|
|
} |