OpenStack Discussions

NetApp API failed. Reason - 13003:Insufficient privileges: user 'domain\\\\user' does not

manistorage
2,034 Views

I am trying to configure api access for ansible 

 

Ontap version - NetApp Release 9.9.1P6

 

"Error running command ['version']: NetApp API failed. Reason - 13003:Insufficient privileges: user 'domain\\\\user' does not have write access to this resource"

 

cluster1::*> security login show -vserver cluster1 -role readonly -user-or-group-name domain\user

Vserver: cluster1

User/Group Authentication Acct Authentication
Name Application Method Role Name Locked Method
-------------- ----------- ------------- ---------------- ------ --------------
domain\user http domain readonly - none
domain\user http saml readonly - none
domain\user ontapi domain readonly - none
domain\user ontapi saml readonly - none
domain\user ssh domain readonly - none
5 entries were displayed.

1 ACCEPTED SOLUTION

Ontapforrum
2,008 Views

May be relevant to your issue, take a look anyway.

 

Requires ontapi and console permissions | na_ontap_command requirements are missing console permissions #22
https://github.com/ansible-collections/netapp/issues/22#issue-534719231?ref=https://githubhelp.com


The below requirements are needed on the host that executes this module:
https://docs.ansible.com/ansible/latest/collections/netapp/ontap/na_ontap_command_module.html#na-ontap-command-module?ref=https://githubhelp.com

View solution in original post

1 REPLY 1

Ontapforrum
2,009 Views

May be relevant to your issue, take a look anyway.

 

Requires ontapi and console permissions | na_ontap_command requirements are missing console permissions #22
https://github.com/ansible-collections/netapp/issues/22#issue-534719231?ref=https://githubhelp.com


The below requirements are needed on the host that executes this module:
https://docs.ansible.com/ansible/latest/collections/netapp/ontap/na_ontap_command_module.html#na-ontap-command-module?ref=https://githubhelp.com

Public