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

Jayavardhana
2,121 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

dawnr
2,075 Views

Jayavardhana
1,964 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.