Hi Team,
Using nmsdk 5.1, ontapi of CLUSTER Device
Getting the following error while querying device.
code:
PerfObjectInstanceListInfoResponse perfObjInstListInfoResp = runner.run(new PerfObjectInstanceListInfoRequest().withObjectname("aggregate"));
Error:
com.netapp.nmsdk.ApiExecutionException: Unable to find API: perf-object-instance-list-info
at com.netapp.nmsdk.client.ApiRunner.run(ApiRunner.java:141)
at com.netapp.nmsdk.client.ApiRunner.run(ApiRunner.java:105)
Please help me to fix this