Hi All,
When attempting to add clsuter (ONTAP 9.12.1) to Nabox with REST API, authentication failed. (case 1)
However, when using ZAPI for authentication, there is no problem. (case 2)
In case 1, "harvest.yml" is configured as below.
Defaults:
collectors:
# - Zapi
# - ZapiPerf
# - Rest
# - Ems
- Rest
- RestPerf
- Ems
In case2, "harvest.yml" is configured as default.
Do you have any ideas to solve this problem?