NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform.
You will still be able to view content, but posting and replying will be temporarily disabled.
To learn more, please review the information in this blog post.

Software Development Kit (SDK) and API Discussions

SDK API to differentiate whether device is 7Mode or CMode

Viswa9582
2,880 Views

Hi Folks,

 

 

Is there a way to differentiate we are dealing with 7Mode device or Cmode device? Basically i want to differentiate in a code saying that this IP is 7Mode or Cmode. Please help me on this.

 

Thanks.

Viswanath

 

1 REPLY 1

zulanch
2,863 Views

Hi Viswanath,

 

You can use the system-get-version API. It returns an in-clustered element, set to true if running cDOT, or false/missing if running 7-mode.

 

Note that this element is not returned for systems running ONTAP 8.0.*, even clustered. If you have such systems, you'll likely need a workaround, like sending an API that is present in 8.0.* cDOT but not 7-mode and checking if it succeeds.

 

-Ben

 

 

Public