An account will enable you to access:
Don't have an account?
ONTAP Discussions
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
REST documentation is found here, or at https://cluster_name/docs/api:https://docs.netapp.com/us-en/ontap-automation/reference/api_reference.htmlMore resources are available on DevNet:https://devnet.netapp.com/restapi.php
Samples:https://netapp.io/2020/04/23/ontap-rest-apis/
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.