2222 <a href="https://twitter.com/AsBuiltReport" alt="Twitter">
2323 <img src="https://img.shields.io/twitter/follow/AsBuiltReport.svg?style=social"/></a>
2424</p >
25- <p align =" center " >
26- <a href='https://ko-fi.com/F1F8DEV80' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi1.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
27- </p >
2825
2926# NetApp ONTAP Arrays AsBuiltReport
3027
@@ -51,7 +48,7 @@ Below are the instructions on how to install, configure and generate a NetApp ON
5148The ONTAP Storage As Built Report supports the following ONTAP versions;
5249
5350- ONTAP 9.x
54- - Tested on v9.5, 9.7, 9.8, 9.9.1, 9.10.1, 9.11.1, 9.12.1, 9.13.1, 9.14.1, 9.15.1, 9.16.1
51+ - Tested on v9.5, 9.7, 9.8, 9.9.1, 9.10.1, 9.11.1, 9.12.1, 9.13.1, 9.14.1, 9.15.1, 9.16.1, 9.17.1
5552
5653### ** PowerShell**
5754
@@ -68,10 +65,10 @@ Each of the following modules will be automatically installed by following the [
6865These modules may also be manually installed.
6966
7067| Module Name | Minimum Required Version | PS Gallery | GitHub |
71- | -------------------- | :------------------------: | :---------------------------------------------------------------------: | :---------------------------------------------------------------------------: |
72- | PScribo | 0.10.0 | [ Link] ( https://www.powershellgallery.com/packages/PScribo ) | [ Link] ( https://github.com/iainbrighton/PScribo/tree/master ) |
68+ | ------------------ | :----------------------: | :-------------------------------------------------------------------: | :-------------------------------------------------------------------------: |
69+ | PScribo | 0.10.0 | [ Link] ( https://www.powershellgallery.com/packages/PScribo ) | [ Link] ( https://github.com/iainbrighton/PScribo/tree/master ) |
7370| AsBuiltReport.Core | 1.4.0 | [ Link] ( https://www.powershellgallery.com/packages/AsBuiltReport.Core ) | [ Link] ( https://github.com/AsBuiltReport/AsBuiltReport.Core/releases/latest ) |
74- | Netapp.ONTAP | 9.15 .1.2407 | [ Link] ( https://www.powershellgallery.com/packages/NetApp.ONTAP ) | |
71+ | Netapp.ONTAP | 9.17 .1.2509 | [ Link] ( https://www.powershellgallery.com/packages/NetApp.ONTAP ) | |
7572
7673## :package : Module Installation
7774
@@ -137,21 +134,21 @@ The **Report** schema provides configuration of the NetApp ONTAP report informat
137134### Options
138135
139136The ** Options** schema allows certain options within the report to be toggled on or off.
140- | Sub-Schema | Setting | Default | Description |
141- | --------------------- | ------------ | ------- | -------------------------------------------------- |
142- | Exclude: Vserver | Array List | Empty | Allow to filter on Vserver Name |
143- | Exclude: MetroCluster | true / false | false | Allow to filter automatically all Vserver with -mc |
144- | DiagramColumnSize | int | 3 | Set the diagram node table size |
145- | DiagramTheme | string | White | Set the diagram theme (Black/White/Neon) |
146- | DiagramWaterMark | string | empty | Set the diagram watermark |
147- | DiagramType | true / false | true | Toggle to enable/disable the export of individual diagram diagrams |
148- | EnableDiagrams | true / false | false | Toggle to enable/disable infrastructure diagrams |
149- | EnableDiagramsDebug | true / false | false | Toggle to enable/disable diagram debug option |
150- | EnableDiagramSignature | true / false | false | Toggle to enable/disable diagram signature (bottom right corner) |
151- | ExportDiagrams | true / false | true | Toggle to enable/disable diagram export option |
152- | ExportDiagramsFormat | string array | png | Set the format used to export the infrastructure diagram (dot, png, pdf, svg) |
153- | SignatureAuthorName | string | empty | Set the signature author name |
154- | SignatureCompanyName | string | empty | Set the signature company name |
137+ | Sub-Schema | Setting | Default | Description |
138+ | ---------------------- | ------------ | ------- | --------------------------- -------------------------------------------------- |
139+ | Exclude: Vserver | Array List | Empty | Allow to filter on Vserver Name |
140+ | Exclude: MetroCluster | true / false | false | Allow to filter automatically all Vserver with -mc |
141+ | DiagramColumnSize | int | 3 | Set the diagram node table size |
142+ | DiagramTheme | string | White | Set the diagram theme (Black/White/Neon) |
143+ | DiagramWaterMark | string | empty | Set the diagram watermark |
144+ | DiagramType | true / false | true | Toggle to enable/disable the export of individual diagram diagrams |
145+ | EnableDiagrams | true / false | false | Toggle to enable/disable infrastructure diagrams |
146+ | EnableDiagramsDebug | true / false | false | Toggle to enable/disable diagram debug option |
147+ | EnableDiagramSignature | true / false | false | Toggle to enable/disable diagram signature (bottom right corner) |
148+ | ExportDiagrams | true / false | true | Toggle to enable/disable diagram export option |
149+ | ExportDiagramsFormat | string array | png | Set the format used to export the infrastructure diagram (dot, png, pdf, svg) |
150+ | SignatureAuthorName | string | empty | Set the signature author name |
151+ | SignatureCompanyName | string | empty | Set the signature company name |
155152
156153### InfoLevel
157154
@@ -204,3 +201,5 @@ PS C:\> New-AsBuiltReport -Report NetApp.ONTAP -Target 192.168.7.60 -Username 'a
204201
205202```
206203## :x : Known Issues
204+
205+ - Issues with ASA v1/v2 hardware model. [ #56 ] ( https://github.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP/issues/56 )
0 commit comments