I am trying to use Harvest 26.02 to collect the following diag stat via StatPerf:
set diag -confirmations off; statistics catalog object show object_store_client_op_stats
Looking at the "least prvilege configuration role" for StatPerf, I see there is a line for ssh with auth-method of password.
security login create -user-or-group-name harvest2 -application ssh -authentication-method password -role harvest2-role
security login create -user-or-group-name harvest2 -application http -authentication-method password -role harvest-rest-role
Does StatPerf only work with SSH and/or password auth? Do I have to use ZapiPerf to support cert-only auth? I'm trying to get off ONTAPI as much as possible.