
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>
18 lines
566 B
JSON
18 lines
566 B
JSON
{
|
|
"volumeAttachments": [
|
|
{
|
|
"device": "/dev/sdc",
|
|
"id": "227cc671-f30b-4488-96fd-7d0bf13648d8",
|
|
"serverId": "68426b0f-511b-4cb3-8169-bba2e7a8bc89",
|
|
"tag": null,
|
|
"volumeId": "227cc671-f30b-4488-96fd-7d0bf13648d8"
|
|
},
|
|
{
|
|
"device": "/dev/sdb",
|
|
"id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113",
|
|
"serverId": "68426b0f-511b-4cb3-8169-bba2e7a8bc89",
|
|
"tag": "foo",
|
|
"volumeId": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113"
|
|
}
|
|
]
|
|
} |