-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathVMs.json
More file actions
17 lines (17 loc) · 687 Bytes
/
VMs.json
File metadata and controls
17 lines (17 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"data": {
"Hosts": [
{
"name": "vmhost1.srv.kristianjones.xyz",
"temporaryHost": "vmhost1.srv.kristianjones.xyz",
"VMs": [
{ "name": "GNS3", "originalStorage": "vmh1.vdsk1", "tempStorage": "VMHost1.vDSK2" },
{ "name": "Hello-World", "originalStorage": "VMHost1.vDSK2", "tempStorage": "vmh1.vdsk1" },
{ "name": "PRTG", "originalStorage": "vmh1.vdsk1", "tempStorage": "VMHost1.vDSK2" },
{ "name": "IDONTEXIST", "originalStorage": "vmh1.vdsk1", "tempStorage": "VMHost1.vDSK2" },
{ "name": "Apache2-Kieth", "originalStorage": "IDONTEXIST", "tempStorage": "VMHost1.vDSK2" }
]
}
]
}
}