Comments
-
Hi, Export and Import verbs are not available in 2015.1.2 version of Orion. It will be part of the next major release. If you like to update the properties of an entity, you can do it via crud supported by SDK. Provided below a powershell sample to update properties of Orion.AlertConfiguration. Set-SwisObject $swis -Uri…
-
This is a valid swql syntax. Can you provide the complete error details.
-
Hi, See if this SWQL query solves your need. SELECT Nodes.NodeID, Interfaces.InterfaceID, SUM(Sum1) / SUM(Sum2) AS Availability, Interfaces.InterfaceIcon, Interfaces.Caption as InterfaceCaption, Nodes.Caption as NodeName, Nodes.VendorIcon as NodesVendorIcon FROM ( SELECT IA.NodeID, IA.InterfaceID, SUM(IA.Availability *…
-
Hi, Yes, you can add 'Windows Scheduled Tasks' application assigned to the node for monitoring scheduled tasks. Example for assigning an application for monitoring is provided in powershell samples @"C:\Program Files (x86)\SolarWinds\Orion SDK\Samples\PowerShell\SAM.Application.ps1" There are also examples of deleting…
-
Hi, Add the below provided properties to the node properties dictionary and should work. It is not required to create a separate dictionary for snmpv3credentials. SNMPV3AuthKey, SNMPv3AuthMethod, SNMPV3Context, SNMPv3PrivKeyIsPwd, SNMPv3PrivKey, SNMPv3PrivMethod, SNMPV3Username
-
Ifcowart, AllowDuplicateNodes to True will allow to import duplicated node if exists on other polling engine. Example: * you have already node with IP 1.1.1.1 monitored on engine 1 * run discovery on engine 2 and it finds another node with IP 1.1.1.1 (it can be the same or other node) * if this settings is true then…
-
Hi, In the thread, I've provided steps to discover resources via SDK. Please let me know if you need more information. How do we programmatically discover the non-interface properties [in Orion] and enable them
-
Hi, It is not possible to add dependencies via powershell as there is no interface in SDK which allows it.
-
Hi, Please fill values for these three properties Caption, UnManaged and StatusLED for the created interface. This is affecting the expand collapse functionality.
-
Hi, Yes, you need to pass it as JSON. Provided curl example below to achieve the same. Here NodeID 1 is provided as input. curl -k -u admin: -X POST -H "Content-Type: application/json" "https://localhost:17778/Solarwinds/InformationService/v3/json/Invoke/Orion.NPM.Interfaces/DiscoverInterfacesOnNode" --data "["1"]"
-
Hi, Using SDK, you can discover VMware nodes. Steps provided in this post. You can provide VMware credentials in "Create VIM plugin Configuration" step. How do we programmatically discover the non-interface properties [in Orion] and enable them