vchrisb / Isilon-POSH

EMC Isilon Platform API implementation in PowerShell
MIT License
25 stars 13 forks source link

The property 'errors' cannot be found on this object #24

Open kylebryan opened 2 years ago

kylebryan commented 2 years ago

Trying to run some get commands and continually get this. Any idea what the deal is here or how to fix?

Send-isiAPI : The property 'errors' cannot be found on this object. Verify that the property exists.
At C:\scripts\IsilonManagement\IsilonPlatform\Functions\IsilonPlatformGet.ps1:14870 char:17
+ ... ISIObject = Send-isiAPI -Method GET -Resource ("/platform/1/quota/quo ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Send-isiAPI], PropertyNotFoundException
    + FullyQualifiedErrorId : PropertyNotFoundStrict,Send-isiAPI