Important Update: Cohesity Products Documentation


All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.

NetBackup IT Analytics Data Collector Installation Guide for Replication Manager

Last Published:
Product(s): NetBackup IT Analytics (11.1)

Creating a NetApp user with API privileges

To create a new user, with the required privileges, on a NetApp system, use the following CLI steps:

filer> useradmin role add apirole -a login-http-admin,api-*
filer> useradmin group add apigroup -r apirole
filer> useradmin user add apiuser -g apigroup

Note:

For the role command, do not include a space after the comma. Also, if api-* does not meet your security requirements, contact Support for a detailed list of exact api privileges that are required.