Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
NetApp API failed. Reason - 13003:Insufficient privileges: user 'domain\\\\user' does not
2022-01-26
12:21 AM
3,055 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Solved! See The Solution
1 ACCEPTED SOLUTION
tahmad has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1 REPLY 1
tahmad has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
