-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathAsBuiltReport.Nutanix.PrismElement.json
55 lines (55 loc) · 1.36 KB
/
AsBuiltReport.Nutanix.PrismElement.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
{
"Report": {
"Name": "Nutanix Prism Element As Built Report",
"Version": "1.0",
"Status": "Released",
"ShowCoverPageImage": true,
"ShowTableOfContents": true,
"ShowHeaderFooter": true,
"ShowTableCaptions": true
},
"Options": {
},
"InfoLevel": {
"_comment_": "0 = Disabled, 1 = Enabled / Summary, 2 = Detailed, 3 = Adv Detailed, 4 = Comprehensive",
"Cluster": 2,
"System": 2,
"Hosts": 2,
"Storage": 2,
"VM": 2,
"DataProtection": 2
},
"HealthCheck": {
"Cluster": {
"Timezone": false,
"TimezoneSetting": "UTC",
"DataResiliency": true
},
"CVM": {
"PowerState": true
},
"System": {
"ImageState": false,
"Licensing": true
},
"Hardware": {
"DiskStatus": true,
"DiskMode": true
},
"Storage": {
"Compression": false,
"CacheDedupe": false,
"CapacityDedupe": false,
"ErasureCoding": false
},
"VM": {
"PowerState": true,
"NicConnectionState": true
},
"DataProtection": {
"CompressOnWire": false,
"BandwidthThrottling": false,
"Proxy": false
}
}
}