If the Cluster management LIF takes a long time to switch, the cmdlet will error as follows
====================================
PS C:\Users\Administrator> Get-NcAggr
Get-NcAggr : Connection to XXX.XXX.XXX.XXX on port 443 for protocol HTTPS timed out.
+ Get-NcAggr
+ ~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (XXX.XXX.XXX.XXX:NcController) [Get-NcAggr]、NaConnectionTimeoutException
+ FullyQualifiedErrorId : ApiException,DataONTAP.C.PowerShell.SDK.Cmdlets.Aggr.GetNcAggr
====================================
What is the default timeout value and retry count for this cmdlet?
Looking at the actual machine, it appears to timeout in about 20 seconds.