AsBuiltReport.NetApp.ONTAP
AsBuiltReport.NetApp.ONTAP copied to clipboard
New-AsBuiltReport : ZAPI is not supported
Bug description
Hello,
Running this the command against an ASA-A20 results in the following error:
New-AsBuiltReport : ZAPI is not supported At line:1 char:1
- New-AsBuiltReport -Report NetApp.ONTAP -Target X.X.X.X -Credentia ...
-
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,New-AsBuiltReport
Command-line input
New-AsBuiltReport -Report NetApp.ONTAP -Target X.X.X.X -Credential (get-credential) -Format HTML,Word -OutputPath 'E:\Nick' -TimeStamp -EnableHealthcheck -AsBuiltConfigPath E:\Reports\Asbuilt\Config\AsBuiltReport.json
Steps to reproduce
- Run command New-AsBuiltReport -Report NetApp.ONTAP -Target X.X.X.X -Credential (get-credential) -Format HTML,Word -OutputPath 'E:\Nick' -TimeStamp -EnableHealthcheck -AsBuiltConfigPath E:\Reports\Asbuilt\Config\AsBuiltReport.json
Expected behaviour
Successful report. I've been using the report for years, but this is the first time against an ASA-A20. All good on FAS and AFF in the past.
Screenshots
No response
Operating System
Windows 11
PowerShell Version
5.1.20348.3932
PowerShell Modules
Name Version
PScribo 0.11.1 AsBuiltReport.Core 1.4.3 AsBuiltReport.NetApp.ONTAP 0.6.8 PScribo 0.11.1
Additional Context
No response
Before submitting
- [x] I have read and followed the bug reporting guidelines.