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.

ONTAP Rest API Discussions

set-ncnetinterface

PerhapsCloud
1,408 Views

I'm trying to use set-NcNetInterface to set a home port for an interface, and it gives me an error ( like every Powershell command I ran):

 

Set-NcNetInterface -name ABC -vserver ABC -node ABC-01 -port a0a -IsHome $true

 

The error is:

set-ncnetinterface : IsHome parameter specified, which is not supported for ONTAPI call

 

NetApp Powershell team, can you address all the problems with Powershell ToolKits??

 

1 REPLY 1

Ashun
1,057 Views

hi

What if you don't add -IsHome $true, do you just set homeport (such as e0d)?

Ashun_0-1733721102027.png

 

Public