Software Development Kit (SDK) and API Discussions

SystemNodeGetIterRequest for C-Mode, not 7-Mode. Any equivalent class/API?

LiqunLi
2,879 Views

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.

4 REPLIES 4

ekashpureff
2,853 Views

 

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.)

 

LiqunLi
2,825 Views

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,

GidonMarcus
2,816 Views

Get-NaSystemInfo will get you some nice basic info

Gidi Marcus (Linkedin) - Storage and Microsoft technologies consultant - Hydro IT LTD - UK

LiqunLi
2,751 Views

Thanks GidonMarcus,

 

Are you talking about "com.netapp.nmsdk.ontap.api.system.SystemGetInfoRequest"?

Public