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

Network Interfaces on 7-Mode device

MikeBarber
2,342 Views

Hey all, I'm having issues getting any info on the Network Interfaces on our 7-Mode device. 

 

Request sent in ZEDI

<?xml version="1.0" encoding="UTF-8"?>
<netapp xmlns="http://www.netapp.com/filer/admin" version="1.15">
<net-config-get-active/>
<perf-object-get-instances>
<objectname>lif</objectname>
</perf-object-get-instances>
</netapp>

Response

 

<?xml version='1.0' encoding='UTF-8' ?>
<netapp version='1.1' xmlns='http://www.netapp.com/filer/admin'>
<!-- Output of net-config-get-active [Execution Time: 12 ms] -->
<results reason='User apiUser does not have capability to invoke API net-config-get-active.' errno='13003' status='failed'/>
<!-- Output of perf-object-get-instances [Execution Time: 112 ms] -->
<results reason='can"t get instances of lif' errno='13001' status='failed'/>
</netapp>

 

The device I am connecting to in ZEDI is 

 

System Model: FAS2240-2
Ontap Version: NetApp Release 8.2P3 7-Mode: Wed Sep 11 21:30:48 PDT 2013

 

Thru some digging I've found that cli-ifinfo* permission needs to be applied to the API user but my IT guy is telling me cli-ifinfo* is not supported in the version we have. Does anyone have any insights on what permissions or configuration changes are needed to enable querying for Interface information and performance stats?

 

Thanks.

0 REPLIES 0
Public