This repository was archived by the owner on Apr 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathvalid_describe_volumes.json
More file actions
55 lines (55 loc) · 2.16 KB
/
valid_describe_volumes.json
File metadata and controls
55 lines (55 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"listvolumesresponse": {
"count": 21,
"volume": [
{
"diskofferingname": "Custom",
"account": "admin",
"domainid": "2edae3e4-95e4-11e3-b2e4-d19c9d3e5e1d",
"name": "6f78a7d4-8863-40da-96f8-0e10ad4ea94e",
"created": "2014-02-22T13:25:12+0000",
"storagetype": "shared",
"type": "DATADISK",
"tags": [],
"domain": "ROOT",
"isextractable": true,
"zoneid": "1e47a2fc-61c7-401c-b90e-416b472ada64",
"destroyed": false,
"state": "Allocated",
"diskofferingdisplaytext": "Custom Disk",
"displayvolume": true,
"size": 10737418240,
"diskofferingid": "46f0a62e-ba3c-4a49-b619-877a8b2a07ed",
"id": "aa903a80-efa9-4fac-b424-544cbda9fce9",
"zonename": "Sandbox-simulator"
},
{
"domain": "ROOT",
"domainid": "2edae3e4-95e4-11e3-b2e4-d19c9d3e5e1d",
"zoneid": "1e47a2fc-61c7-401c-b90e-416b472ada64",
"vmname": "43791f77-26f8-48ca-b557-3a9392f735ae",
"id": "de2d8297-eaaf-4e81-8ffe-97f37ddbbde5",
"size": 5368709120,
"diskofferingname": "Small",
"diskofferingdisplaytext": "Small Disk, 5 GB",
"storage": "PS0",
"displayvolume": false,
"destroyed": false,
"state": "Ready",
"type": "DATADISK",
"zonename": "Sandbox-simulator",
"tags": [],
"isextractable": true,
"account": "admin",
"name": "DATA-5",
"virtualmachineid": "43791f77-26f8-48ca-b557-3a9392f735ae",
"storagetype": "shared",
"hypervisor": "Simulator",
"created": "2014-02-21T17:28:41+0000",
"deviceid": 1,
"diskofferingid": "8fade6f4-13ea-490f-aff2-65c9b37b7651",
"vmstate": "Running"
}
]
}
}