-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathAsBuiltReport.Veeam.VB365.json
59 lines (59 loc) · 1.7 KB
/
AsBuiltReport.Veeam.VB365.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
{
"Report": {
"Name": "Veeam VB365 As Built Report",
"Version": "1.0",
"Status": "Released",
"ShowCoverPageImage": true,
"ShowTableOfContents": true,
"ShowHeaderFooter": true,
"ShowTableCaptions": true
},
"Options": {
"ReportStyle": "Veeam",
"BackupServerPort": 9191,
"EnableDiagrams": true,
"EnableDiagramDebug": false,
"DiagramTheme": "White",
"DiagramWaterMark": "",
"ExportDiagrams": false,
"ExportDiagramsFormat": ["png"],
"EnableDiagramSignature": false,
"SignatureAuthorName": "",
"SignatureCompanyName": ""
},
"InfoLevel": {
"_comment_": "Please refer to the AsBuiltReport project contributing guide for information about how to define InfoLevels.",
"_comment_": "0 = Disabled, 1 = Enabled / Summary, 2 = Adv Summary, 3 = Detailed, 4 = Adv Detailed, 5 = Comprehensive",
"Infrastructure": {
"ServerConfig": 1,
"License": 1,
"Proxy": 1,
"Repository": 1,
"EncryptionKey": 1,
"Organization": 1,
"CloudCredential": 1
},
"Jobs": {
"BackupJob": 1,
"BackupCopyJob": 1
},
"Restore": {
"RestoreSession": 1,
"RestorePoint": 1
}
},
"HealthCheck": {
"Infrastructure": {
"License": true,
"ServerComponent": true,
"Proxy": true,
"ServerConfig": true,
"Repository": true,
"Organization": true
},
"Jobs": {
"BackupJob": true,
"BackupCopyJob": true
}
}
}