Issue:
<results status="failed" reason="Authorization failed" errno="13002"></results>
Code snippet
--
api = NaElement("system-cli")
xi = NaElement("priv","diag")
xi1 = NaElement("args")
xi1.child_add(NaElement("arg","version"))
api.child_add(xi1)
api.child_add(xi)
I am using user 'admin' with the following privileges on the admin vserver
--
security login show admin
Vserver: <admin vserver>
Authentication Acct
UserName Application Method Role Name Locked
---------------- ----------- -------------- ---------------- ------
admin console password admin no
admin http password admin no
admin ontapi password admin no
admin service-processor
password admin no
admin ssh password admin no
5 entries were displayed.