Hi,
We have installed the UDT and NCM modules, we have a requirement like,
1. User will given an input as IP Address.
2. Through UDT with this IP Adrress, we need to identify the Port and VLAN.
3. We need to pass the identifed port, VLAN from UDT, along with new VLAN to NCM module for changing the VLAN.
We are using .net for this requirement, while going through the SDK, its clearly mentioning about the Invoke mentod for acknowledgeing an Alert.
So can we achive our requirement of changing a VLAN with this Invoke method ?
While going through the discussion fourm, http://thwack.solarwinds.com/message/178759#178759
we found the PowerShell script, it attached herewith.
In this script we identified below line,
Invoke-SwisVerb $swis Cirrus.ConfigArchive Execute @($nodeIdList, $script, $username) | Out-Null
Is there any similar code available in .net, like
swis.Invoke("Cirrus.ConfigArchive", "Execute", System.Xml.XmlElement[] parameters), we don't know what is the format of this XmlElement[] parameters.
Please provide the sample XmlElement[] for this. It will be very helpful.
Also with this Invoke method, our requirement of changing a VLAN will work?
Please help us to find out the solution for this requirement.
Thanks,
Arun