
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
20 lines
653 B
JSON
20 lines
653 B
JSON
{
|
|
"volumeAttachments": [
|
|
{
|
|
"delete_on_termination": false,
|
|
"device": "/dev/sdc",
|
|
"id": "227cc671-f30b-4488-96fd-7d0bf13648d8",
|
|
"serverId": "d5e4ae35-ac0e-4311-a8c5-0ee863e951d9",
|
|
"tag": null,
|
|
"volumeId": "227cc671-f30b-4488-96fd-7d0bf13648d8"
|
|
},
|
|
{
|
|
"delete_on_termination": true,
|
|
"device": "/dev/sdb",
|
|
"id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113",
|
|
"serverId": "d5e4ae35-ac0e-4311-a8c5-0ee863e951d9",
|
|
"tag": "foo",
|
|
"volumeId": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113"
|
|
}
|
|
]
|
|
} |