Get-NcQuota API call failed as the node join was not complete
Applies to
- ONTAP 9
- API (Application Programming Interface)
- NetApp PowerShell Toolkit
- Cluster join
Issue
Running the
Get-NcQuota
command returns the following error:PS C:\Users\admin> get-ncquota
get-ncquota : Api failed. Reason: Node cluster-01 has not finished the cluster create/join process
At line:1 char:1
+ get-ncquota
+ ~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (svm1:Controller) [Get-NcQuota], EAPINOTFOUND
+ FullyQualifiedErrorId : ApiException,DataONTAP.C.PowerShell.SDK.Cmdlets.Quota.GetNcQuota