Please enter search query.
Search <book_title>...
APTARE IT Analytics Data Collector Installation Guide for Replication Manager
Last Published:
2022-11-10
Product(s):
APTARE IT Analytics (10.6)
- Pre-Installation setup for NetApp (Replication)
- Installing the Data Collector software
- Validating Data Collection
- Uninstalling the Data Collector
- Manually starting the Data Collector
- Appendix A. Firewall configuration: Default ports
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
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.