@@ -57,9 +57,9 @@ The ONTAP Storage As Built Report supports the following ONTAP versions;
5757
5858This report is compatible with the following PowerShell versions;
5959
60- | PowerShell 5.1 | PowerShell 7 |
61- | :----------------------: | :---------------: |
62- | :white_check_mark : | :white_check_mark : |
60+ | PowerShell 5.1 | PowerShell 7 |
61+ | :----------------: | :----------------: |
62+ | :white_check_mark : | :white_check_mark : |
6363
6464## :wrench : System Requirements
6565
@@ -68,10 +68,10 @@ Each of the following modules will be automatically installed by following the [
6868These modules may also be manually installed.
6969
7070| Module Name | Minimum Required Version | PS Gallery | GitHub |
71- | -------------------- | :------------------------: | :---------------------------------------------------------------------: | :---------------------------------------------------------------------------: |
71+ | ------------------ | :----------------------: | :-------------------------------------------------------------------: | :-------------------------------------------------------------------------: |
7272| PScribo | 0.9.1 | [ Link] ( https://www.powershellgallery.com/packages/PScribo ) | [ Link] ( https://github.com/iainbrighton/PScribo/tree/master ) |
7373| AsBuiltReport.Core | 1.2.0 | [ Link] ( https://www.powershellgallery.com/packages/AsBuiltReport.Core ) | [ Link] ( https://github.com/AsBuiltReport/AsBuiltReport.Core/releases/latest ) |
74- | Netapp.ONTAP | 9.10.1.2111 | [ Link] ( https://www.powershellgallery.com/packages/NetApp.ONTAP ) | |
74+ | Netapp.ONTAP | 9.10.1.2111 | [ Link] ( https://www.powershellgallery.com/packages/NetApp.ONTAP ) | |
7575
7676## :package : Module Installation
7777
@@ -124,50 +124,50 @@ The following provides information of how to configure each schema within the re
124124
125125The ** Report** schema provides configuration of the NetApp ONTAP report information.
126126
127- | Sub-Schema | Setting | Default | Description |
128- | --------------------- | -------------- | -------------------------------- | -------------------------------------------------------------- |
129- | Name | User defined | NetApp ONTAP As Built Report | The name of the As Built Report |
130- | Version | User defined | 1.0 | The report version |
131- | Status | User defined | Released | The report release status |
132- | ShowCoverPageImage | true / false | true | Toggle to enable/disable the display of the cover page image |
133- | ShowTableOfContents | true / false | true | Toggle to enable/disable table of contents |
134- | ShowHeaderFooter | true / false | true | Toggle to enable/disable document headers & footers |
135- | ShowTableCaptions | true / false | true | Toggle to enable/disable table captions/numbering |
127+ | Sub-Schema | Setting | Default | Description |
128+ | ------------------- | ------------ | ---------------------------- | ------------------------------------------------------------ |
129+ | Name | User defined | NetApp ONTAP As Built Report | The name of the As Built Report |
130+ | Version | User defined | 1.0 | The report version |
131+ | Status | User defined | Released | The report release status |
132+ | ShowCoverPageImage | true / false | true | Toggle to enable/disable the display of the cover page image |
133+ | ShowTableOfContents | true / false | true | Toggle to enable/disable table of contents |
134+ | ShowHeaderFooter | true / false | true | Toggle to enable/disable document headers & footers |
135+ | ShowTableCaptions | true / false | true | Toggle to enable/disable table captions/numbering |
136136
137137### Options
138138
139139The ** 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
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 |
144144
145145### InfoLevel
146146
147147The ** InfoLevel** schema allows configuration of each section of the report at a granular level. The following sections can be set.
148148
149149There are 3 levels (0-2) of detail granularity for each section as follows;
150150
151- | Setting | InfoLevel | Description |
152- | :-------: | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
153- | 0 | Disabled | Does not collect or display any information |
154- | 1 | Enabled / Summary | Provides summarised information for a collection of objects |
155- | 2 | Adv Summary | Provides condensed, detailed information for a collection of objects |
151+ | Setting | InfoLevel | Description |
152+ | :-----: | ----------------- | -------------------------------------------------------------------- |
153+ | 0 | Disabled | Does not collect or display any information |
154+ | 1 | Enabled / Summary | Provides summarised information for a collection of objects |
155+ | 2 | Adv Summary | Provides condensed, detailed information for a collection of objects |
156156
157157The table below outlines the default and maximum ** InfoLevel** settings for each section.
158158
159- | Sub-Schema | Default Setting | Maximum Setting |
160- | -------------- | :---------------: | :---------------: |
161- | Cluster | 1 | 2 |
162- | Node | 1 | 2 |
163- | Storage | 1 | 2 |
164- | Network | 1 | 2 |
165- | License | 1 | 2 |
166- | Vserver | 1 | 2 |
167- | Efficiency | 1 | 2 |
168- | Security | 1 | 2 |
169- | System | 1 | 2 |
170- | Replication | 1 | 2 |
159+ | Sub-Schema | Default Setting | Maximum Setting |
160+ | ----------- | :-------------: | :-------------: |
161+ | Cluster | 1 | 2 |
162+ | Node | 1 | 2 |
163+ | Storage | 1 | 2 |
164+ | Network | 1 | 2 |
165+ | License | 1 | 2 |
166+ | Vserver | 1 | 2 |
167+ | Efficiency | 1 | 2 |
168+ | Security | 1 | 2 |
169+ | System | 1 | 2 |
170+ | Replication | 1 | 2 |
171171
172172### Healthcheck
173173
0 commit comments