6f3c2a5672
This is a follow up to I04bca162c3a1d4fed7056385dfdca72c07bab9a5 to make test_list_volume_attachments use two attachments for the list response output and to update the API reference samples. Change-Id: I6d7cee16e1eed6fa4fdb6389c6d3ff670ac5a7c3
16 lines
515 B
JSON
16 lines
515 B
JSON
{
|
|
"volumeAttachments": [
|
|
{
|
|
"device": "/dev/sdc",
|
|
"id": "227cc671-f30b-4488-96fd-7d0bf13648d8",
|
|
"serverId": "4b293d31-ebd5-4a7f-be03-874b90021e54",
|
|
"volumeId": "227cc671-f30b-4488-96fd-7d0bf13648d8"
|
|
},
|
|
{
|
|
"device": "/dev/sdb",
|
|
"id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113",
|
|
"serverId": "4b293d31-ebd5-4a7f-be03-874b90021e54",
|
|
"volumeId": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113"
|
|
}
|
|
]
|
|
} |