You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add filter functionality to report on specifically named clusters ([Fix #96](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/96))
6
+
- Add vCenter Resource Summary
7
+
- Add vCenter Machine SSL Certificate information
8
+
- Add VMHost Machine SSL Certificate information
9
+
- Add vCenter & VMHost certificate healthcheck
10
+
- Add vCenter Server backup information
11
+
12
+
### Fixed
13
+
- VM count for Cluster InfoLevel 1
14
+
15
+
### Changed
16
+
- Increased VMware PowerCLI required version to 12.7 for VMware Update Manager support for PowerShell 7
17
+
- Improve wording for summary & advanced summary section paragraphs
| ShowVMSnapshots | true / false | true | Toggle to enable/disable reporting of VM snapshots |
154
+
| ShowVMSnapshots | true / false | true | Toggle to enable/disable reporting of VM snapshots |
155
+
| ApplianceBackupJobs | User defined | 7 | The number of vCenter Server appliance backup jobs to display |
156
+
157
+
### Filter
158
+
The **Filter** schema is used to filter information for specifically named vSphere clusters. The generated as-built will only provide information which are specific to these named clusters.
159
+
160
+
#### Report on all clusters
161
+
```json
162
+
"Filter": {
163
+
"Cluster": ["*"]
164
+
}
165
+
```
166
+
#### Report on specific named clusters, e.g. `Prod-Cluster` and `Test-Cluster`
167
+
```json
168
+
"Filter": {
169
+
"Cluster": ["Prod-Cluster","Test-Cluster"]
170
+
}
171
+
```
155
172
156
173
### InfoLevel
157
174
The **InfoLevel** schema allows configuration of each section of the report at a granular level. The following sections can be set.
0 commit comments