
These all belong in separate files. Make it so. We also rename the volume_attachment schema file to volume_attachments, to better link it to the actual API code, and tweak an error message to fix some capitalization. Change-Id: Iffefc263bbf19d18137207c0432c16fdb3c513f9 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
31 lines
885 B
JSON
31 lines
885 B
JSON
{
|
|
"snapshots": [
|
|
{
|
|
"createdAt": "2013-02-25T16:27:54.671372",
|
|
"displayDescription": "Default description",
|
|
"displayName": "Default name",
|
|
"id": 100,
|
|
"size": 100,
|
|
"status": "available",
|
|
"volumeId": 12
|
|
},
|
|
{
|
|
"createdAt": "2013-02-25T16:27:54.671378",
|
|
"displayDescription": "Default description",
|
|
"displayName": "Default name",
|
|
"id": 101,
|
|
"size": 100,
|
|
"status": "available",
|
|
"volumeId": 12
|
|
},
|
|
{
|
|
"createdAt": "2013-02-25T16:27:54.671381",
|
|
"displayDescription": "Default description",
|
|
"displayName": "Default name",
|
|
"id": 102,
|
|
"size": 100,
|
|
"status": "available",
|
|
"volumeId": 12
|
|
}
|
|
]
|
|
} |