NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform.
You will still be able to view content, but posting and replying will be temporarily disabled.
To learn more, please review the information in this blog post.

Microsoft Virtualization Discussions

NetAppDocs Powershell Help

Maya_Tal
4,885 Views

Hey,

I have been trying to write a script that can get ASUP data risk report, but using the 'Get-NtapClusterASUPData' only generates a configuration report.

Is there a way to use the NetAppDocs powershell module to get a risk report? 

3 REPLIES 3

GidonMarcus
4,860 Views

Hi

 

The risk data seems to be exists in the Active IQ API.

https://docs.netapp.com/us-en/active-iq/concept_ug_api_api_catlog.html

 

I believe you can create similar calls to the one they demonstrate in Python using Powershell autorest (PSSwagger predecessor):
https://devblogs.microsoft.com/powershell/cmdlets-via-autorest/

 

 

 

Gidi Marcus (Linkedin) - Storage and Microsoft technologies consultant - Hydro IT LTD - UK

cole
4,760 Views

Hi Maya,

 

Are you referring to the At-Risk Systems output?

 

Jason

Maya_Tal
4,749 Views

Hey Jason,

 

I am trying to export a health risk report of the systems (the one we can get from ActiveIQ reports tab), I believe the 'At-Risk System output' is what I am referring to.

 

Public