Software Development Kit (SDK) and API Discussions

Where is com.netapp.nmsdk.client.ApiRunner?

BRIANDEACON
2,630 Views

Hello,

I've downloaded netapp-manageability-sdk-5.0-java-bindings.zip and am referencing ontap-api-8.1.jar.  I'm trying to follow
(and alter) the example in VolList.java so that I can instead query for a "storage-disk" object.  The examples given use an ApiRunner object to execute various *Request objects.  The ontap-api.jar that I have has no ApiRunner class in it, however.  Is there another jar I should be including?

Thanks,

Brian Deacon

1 REPLY 1

rkiran
2,630 Views

You need to include nmsdk-runtime-5.0.jar (for ApiRunner) available under  lib/common and all other dependent jar files available under lib/external directory.

Public