-
Notifications
You must be signed in to change notification settings - Fork 39
/
AsBuiltReport.VMware.vSphere.json
87 lines (87 loc) · 5.03 KB
/
AsBuiltReport.VMware.vSphere.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"Report": {
"Name": "VMware vSphere 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",
"vCenter": 3,
"Cluster": 3,
"ResourcePool": 3,
"VMHost": 3,
"Network": 3,
"vSAN": 3,
"Datastore": 3,
"DSCluster": 3,
"VM": 2,
"VUM": 3
},
"HealthCheck": {
"vCenter": {
"Mail": true,
"Licensing": true,
"Alarms": true
},
"Cluster": {
"HAEnabled": true,
"HAAdmissionControl": true,
"HostFailureResponse": true,
"HostMonitoring": true,
"DatastoreOnPDL": true,
"DatastoreOnAPD": true,
"APDTimeOut": true,
"vmMonitoring": true,
"DRSEnabled": true,
"DRSAutomationLevelFullyAuto": true,
"PredictiveDRS": false,
"DRSVMHostRules": true,
"DRSRules": true,
"vSANEnabled": false,
"EVCEnabled": true,
"VUMCompliance": true
},
"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,
"VUMCompliance": true
},
"vSAN": {},
"Datastore": {
"CapacityUtilization": true
},
"DSCluster": {
"CapacityUtilization": true,
"SDRSAutomationLevelFullyAuto": true
},
"VM": {
"PowerState": true,
"ConnectionState": true,
"CpuHotAdd": true,
"CpuHotRemove": true,
"MemoryHotAdd": true,
"ChangeBlockTracking": true,
"SpbmPolicyCompliance": true,
"VMToolsStatus": true,
"VMSnapshots": true
}
}
}