1{
2    "id": "srv-1/volumes",
3    "type": "collection",
4    "href": "/cloudapi/v4/datacenters/dc-1/servers/srv-1/volumes",
5    "items": [
6        {
7            "id": "d6688ced-700d-4c9c-a3a7-9f7170c5edc3",
8            "type": "volume",
9            "href": "/cloudapi/v4/datacenters/dc-1/volumes/d6688ced-700d-4c9c-a3a7-9f7170c5edc3",
10            "metadata": {
11                "createdDate": "2016-10-17T13:13:36Z",
12                "createdBy": "test@test.test",
13                "etag": "c1800ce349033f9cd2c095ea1ea4976a",
14                "lastModifiedDate": "2016-10-17T13:47:52Z",
15                "lastModifiedBy": "test@test.test",
16                "state": "AVAILABLE"
17            },
18            "properties": {
19                "name": "libcloud Test",
20                "type": "HDD",
21                "size": 2,
22                "availabilityZone": "AUTO",
23                "image": "bvol-img",
24                "imagePassword": null,
25                "sshKeys": null,
26                "bus": "VIRTIO",
27                "licenceType": "UNKNOWN",
28                "cpuHotPlug": true,
29                "cpuHotUnplug": false,
30                "ramHotPlug": true,
31                "ramHotUnplug": false,
32                "nicHotPlug": true,
33                "nicHotUnplug": true,
34                "discVirtioHotPlug": true,
35                "discVirtioHotUnplug": true,
36                "discScsiHotPlug": false,
37                "discScsiHotUnplug": false,
38                "deviceNumber": 2
39            }
40        },
41        {
42            "id": "bvol-1",
43            "type": "volume",
44            "href": "/cloudapi/v4/datacenters/dc-1/volumes/bvol-1",
45            "metadata": {
46                "createdDate": "2016-10-18T07:20:41Z",
47                "createdBy": "test@test.test",
48                "etag": "33f6b8d506e7ad756e8554b915f29c61",
49                "lastModifiedDate": "2016-10-18T07:20:41Z",
50                "lastModifiedBy": "test@test.test",
51                "state": "AVAILABLE"
52            },
53            "properties": {
54                "name": "libcloud Test",
55                "type": "HDD",
56                "size": 10,
57                "availabilityZone": "AUTO",
58                "image": "bvol-img",
59                "imagePassword": null,
60                "sshKeys": null,
61                "bus": "VIRTIO",
62                "licenceType": "LINUX",
63                "cpuHotPlug": true,
64                "cpuHotUnplug": false,
65                "ramHotPlug": true,
66                "ramHotUnplug": false,
67                "nicHotPlug": true,
68                "nicHotUnplug": true,
69                "discVirtioHotPlug": true,
70                "discVirtioHotUnplug": true,
71                "discScsiHotPlug": false,
72                "discScsiHotUnplug": false,
73                "deviceNumber": 1
74            }
75        }
76    ]
77}