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.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Software Development Kit (SDK) and API Discussions

Is NaElement -system-get-info supported

Binu
2,925 Views

Hello,

 

We are trying to discover NEtApp filers from HP UCMDB (discovery tool). We find the discovey failing with "system-get-info error.

 

The filer is FAS6290 and yes it’s on cluster ontap 8.3.1P2 version. The UCMDB version we are using is 10.21.

 

## Get HOST details

       hostInfoRequestElement = NaElement('system-get-info')

       hostInfoResponseElement = netapp_webservice_utils.wsInvoke(wsConnection, hostInfoRequestElement)

 

We understand that there is a major change in the cluster 8.3 especially with NC. It makes use of NC instead of NA (get-na vs get-nc).

 

Please confirm if the current version of NetApp cluster (8.3.1 P2) will support NaElement(' System-get-info') ?

 

Regards

Binu

1 REPLY 1

yannb
2,887 Views

No, "system-get-info" doesn't exists for cDOT, "system-get-node-info-iter" will be used instead.

 

 

Public