This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Update NCM Properties with verb UpdateNode in Cirrus.Nodes

Hi Guys,

IHAC who is importing Nodes out of a CSV File with Powershell into Orion over the SDK, so far almost everything is working fine but I am struggeling with some NCM Specific Properties.

I's like to manually alter the Values for

Execute Scripts Using:

Request Configs Using:

Transfer Configs Using:

to the provided TELNET or SSH2 Value stated in the CSV-File.

How do I update the newly created node from NPM, that I added with the Verb: AddNodeToNCM. Meaning: How do I pass the Values to the UpdateNode Verb?

Thanks for Help.

Holger

  • You can set properties on Cirrus.Nodes directly using the powershell Set-SwisObject cmdlet. Like this:

    set-swisobject (connect-swis -v2 -host latest-builds -username admin) swis://./Orion/Cirrus.Nodes/NodeID=F9DF743A-C156-4AA0-989B-82408C1F4D95 @{ExecProtocol='TELNET'; CommandProtocol='TELNET'; TransferProtocol='TELNET'}