#Thanks for the reply it seems first one

1 messages · Page 1 of 1 (latest)

tawdry ocean
junior valve
junior valve
junior valve
junior valve
# junior valve both the time using same user. one works other fails. hence circling back to my ...

the reason i was planning to use rest module was this warning
TASK [get netapp info] *********************************************************
[WARNING]: The module only supports ZAPI and is deprecated, and will no longer
work with newer versions of ONTAP when ONTAPI is deprecated in CY22-Q4
[WARNING]: netapp.ontap.na_ontap_rest_info should be used instead.
If I can still use ontap_info i m happy to use it

tawdry ocean
#

Are you using admin or vsadmin, or some other user?

junior valve
junior valve
#

i solved it by deploying my own ONTAP Select 9.11.1 in the lab, as the other was a production instance and rightfully the team was not convince to give me more that read access. With this virtual instance i am able to get all the details i need as I am using admin user :).

tawdry ocean
#

Yes, we found a limitation in ONTAP 😦 It won't allow a custom vsadmin to read the ONTAP version as it is considered a cluster property. The default vsadmin is OK. We'll add an option to force the version, as a work-around until a new version of ONTAP removes this limitation.

tawdry ocean
#

I looked more into this, and there two different error message User is not authorized. and not authorized for that command The latter indicates insufficient permissions to perform an action, while the former indicates an authentication issue. It's a bit puzzling as you're saying the same user works with ZAPI and not with REST.