-
Notifications
You must be signed in to change notification settings - Fork 10
/
AsBuiltReport.VMware.ESXi.json
51 lines (51 loc) · 1.38 KB
/
AsBuiltReport.VMware.ESXi.json
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
{
"Report": {
"Name": "VMware ESXi As Built Report",
"Version": "1.0",
"Status": "Released",
"ShowCoverPageImage": true,
"ShowTableOfContents": true,
"ShowHeaderFooter": true,
"ShowTableCaptions": true
},
"Options": {
"ShowLicenseKeys": false,
"ShowVMSnapshots": true
},
"InfoLevel": {
"_comment_": "0 = Disabled, 1 = Enabled / Summary, 2 = Adv Summary, 3 = Detailed, 4 = Adv Detailed, 5 = Comprehensive",
"VMHost": 3,
"Network": 3,
"Storage": 3,
"VM": 3
},
"HealthCheck": {
"VMHost": {
"ConnectionState": true,
"HyperThreading": true,
"ScratchLocation": true,
"IPv6": true,
"UpTimeDays": true,
"Licensing": true,
"SSH": true,
"ESXiShell": true,
"NTP": true,
"StorageAdapter": true,
"NetworkAdapter": true,
"LockdownMode": true
},
"Datastore": {
"CapacityUtilization": true
},
"VM": {
"PowerState": true,
"ConnectionState": true,
"CpuHotAdd": true,
"CpuHotRemove": true,
"MemoryHotAdd": true,
"ChangeBlockTracking": true,
"VMToolsStatus": true,
"VMSnapshots": true
}
}
}