-
Notifications
You must be signed in to change notification settings - Fork 26
/
AsBuiltreport.Veeam.VBR.json
116 lines (115 loc) · 3.01 KB
/
AsBuiltreport.Veeam.VBR.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"Report": {
"Name": "Veeam Backup & Replication As Built Report",
"Version": "1.0",
"Status": "Released",
"ShowCoverPageImage": true,
"ShowTableOfContents": true,
"ShowHeaderFooter": true,
"ShowTableCaptions": true
},
"Options": {
"ReportStyle": "Veeam",
"BackupServerPort": 9392,
"EnableHardwareInventory": false,
"EnableDiagrams": false,
"EnableDiagramDebug": false,
"DiagramTheme": "White",
"DiagramWaterMark": "",
"ExportDiagrams": true,
"ExportDiagramsFormat": ["png"],
"EnableDiagramSignature": false,
"SignatureAuthorName": "",
"SignatureCompanyName": "",
"PSDefaultAuthentication": "Default"
},
"InfoLevel": {
"_comment_": "Please refer to the AsBuiltReport project contributing guide for information about how to define InfoLevels.",
"_comment_": "0 = Disabled, 1 = Enabled, 2 = Adv Summary, 3 = Detailed",
"Infrastructure": {
"BackupServer": 1,
"BR": 1,
"Licenses": 1,
"Proxy": 1,
"Settings": 1,
"SOBR": 1,
"ServiceProvider": 1,
"SureBackup": 1,
"WANAccel": 1
},
"Tape": {
"Library": 1,
"MediaPool": 1,
"NDMP": 1,
"Server": 1,
"Vault": 1
},
"Inventory": {
"FileShare": 1,
"PHY": 1,
"VI": 1,
"EntraID": 1
},
"Storage": {
"ISILON": 1,
"ONTAP": 1
},
"Replication": {
"FailoverPlan": 1,
"Replica": 1
},
"CloudConnect": {
"BackupStorage": 1,
"Certificate": 1,
"CloudGateway": 1,
"GatewayPools": 1,
"PublicIP": 1,
"ReplicaResources": 1,
"Tenants": 1
},
"Jobs": {
"Agent": 1,
"Backup": 1,
"BackupCopy": 1,
"EntraID": 3,
"FileShare": 1,
"Surebackup": 1,
"Replication": 1,
"Restores": 0,
"Tape": 1
}
},
"HealthCheck": {
"Infrastructure": {
"BackupServer": true,
"Proxy": true,
"Settings": true,
"BR": true,
"SOBR": true,
"Server": true,
"Status": true,
"BestPractice": true
},
"Tape": {
"Status": true,
"BestPractice": true
},
"Replication": {
"Status": true,
"BestPractice": true
},
"Security": {
"BestPractice": true
},
"CloudConnect": {
"Tenants": true,
"BackupStorage": true,
"ReplicaResources": true,
"BestPractice": true
},
"Jobs": {
"Status": true,
"BestPractice": true
}
}
}