Software Development Kit (SDK) and API Discussions
Software Development Kit (SDK) and API Discussions
Class SystemNodeGetIterRequest works for C-Mode, but throw expception for 7-Mode. because it calls "system-node-get-iter".
Any Equivalent class/API for 7-Mode?
Thanks.
Liqun -
There isn't the concept of a node in 7-mode, so there isn't an equivalent API.
There is the cf-get-partner API, to get the HA partner of a given system.
There's also the host-service-storage-system-list-* set of APIs for DFM.
I hope this response has been helpful to you.
At your service,
Eugene E. Kashpureff, Sr.
Independent NetApp Consultant http://www.linkedin.com/in/eugenekashpureff
Senior NetApp Instructor, IT Learning Solutions http://sg.itls.asia/netapp
(P.S. I appreciate 'kudos' on any helpful posts.)
Thanks Eugene.
we use that class to get an overview about the system. if the 7-mode NTAP is not HA, which class/API shall we use to look up the system info?
Regards,
Get-NaSystemInfo will get you some nice basic info
Thanks GidonMarcus,
Are you talking about "com.netapp.nmsdk.ontap.api.system.SystemGetInfoRequest"?