ONTAP Discussions

ZAPI to rest api sample code to invoke the manageontap-9.8P6.jar

Jayavardhana
1,183 Views

 we  got the netapp-manageability-sdk-9.8P6-linux.folder.

In that folder  having the manageontap-9.8P6.jar and  sample code , represent how to invoke the Zapi api.

Sample snippet to invoke the rest api

Similiarly  we need java restapi saple code

2 REPLIES 2

dawnr
1,137 Views

Jayavardhana
1,026 Views

Below sample snippet is invoking ZAPI api utility method.

 NaElement xo = NaServer.invokeElem(vfiler);

we are looking for similar sample snippet for invoking Java Rest api utility method.

Public