Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
ZAPI to rest api sample code to invoke the manageontap-9.8P6.jar
2023-11-13
02:04 AM
1,448 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
REST documentation is found here, or at https://cluster_name/docs/api:
https://docs.netapp.com/us-en/ontap-automation/reference/api_reference.html
More resources are available on DevNet:
https://devnet.netapp.com/restapi.php
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
