Would someone mind providing an example of the following rest calls: Node...
Would someone provide an example of the following rest calls: 1. Creating a node2. Adding a monitoring template
View ArticleTrigger NCM configuration download from SDK
Is there any way with the SDK to start a configuration download? For some reason my nightly backup of configs runs into some issues, but when I manually download from node details, it always works...
View ArticleOrion SDK, Add network interface and Volumes
Hi,First of all, thanks for the great SDK you provide :d). I'm using the powershell api, and it works fine.I have several questions about how to add network interface and volumes for monitoring.My...
View ArticleHow to add scheduled task using SDK ?
Hi, We are monitoring Windows server with WMI, when there is no scheduled task configured we can't add the Scheduled Tasks line.When we later add a scheduled task to the server we like to use the API...
View ArticleHow can i execute CLI command to NCM with Visual C?
Dear, TeamI knew how to transfer command to NCM via powershell, but can't find the method with Visual C or Visual Basic.let me know the method. plz Best Regards,
View ArticleSWQL DetailsURL Custom Table Resource
I have a Custom Query Resource that I'm working with that is creating a situation I'm hoping someone can help me understand. I produced the following query:SELECT ToLocal(alts.TriggerTimeStamp) AS...
View Articleis anybody can teach me to execute command to ncm with VC or C#
Dear, Teami can't find the method to execute cli command to the ncm with VC or VB or C#, but found using powershell instead,not developed with VC or VB yet? Best Regards,David,
View ArticleTrying to create groups (containers) using perl
Hello ! I'm trying to create groups, using perl, but I can't figure out how to send the group members definition (in a xml format).I only get the message : "Verb Orion.Container.CreateContainer cannot...
View ArticleDiscovery auto import results
Hello all, New to the SDK game so I'm here with some functionality questions. I'd like to automate the addition of discovered nodes to the Orion platform. I attempting to get the DiscoveredNodes and...
View ArticleHow to connect to REST API without ssl?
Dear, Teamanyone who can tell to me how can connect to the REST API without ssl for examplefromvar client = new InformationServiceClient("BasicHttpBinding_InformationService",...
View ArticleSDK JAVA Sample EXCEPTION due to HandshakeException
I am trying to run the Orion SDK Java sample to connect to our Orion server and perform a simple query. It keeps returning the exception javax.net.ssl.SSLHandshakeException:...
View ArticleCan we do ping or snmpwalks through the API?
My pollers are in secure networks. It would be ideal for me to write tools to test if an IP can be ping'ed through a certain poller. Perhaps other basic tools like traceroute or snmpwalk would be nice...
View Article10.4.1 - use of Orion.Discovery verbs
I was using the SWQL Studio to look through a server newly updated to NPM 10.4.1 and noticed the verbs "CreateCorePluginConfiguration" and "StartDiscovery" on the new Orion.Discovery object. I was able...
View ArticleAdd WMI Node with cred. via SWIS
Hi all,I want to add WMI node via SWIS. But I must input any WMI credential setting to that node. Is there any way to do this?
View ArticleRediscovery via SWIS
Hi all,I wonder how to rediscovery nodes via SWIS. I tried that below code but I got error. var swis = new InfoServiceProxy(address, binding, credentials); XmlDocument...
View ArticleOrion SDK Information
Thank you for your interest in the SDK.You can download the SDK 1.9 here (SDK 1.8 here / SDK 1.7 here / SDK 1.6 here / v1.5 here / SDK v1.4 here) What's new in SDK v1.9? New chapter added documenting...
View ArticleAdding Volumes and other resources
Greetings, Getting acquainted with the SDK. I can add/remove nodes and interfaces. I cannot find a verb to add volumes and other resources (e.g. CPU under "list resources" in NPM). I even tried with...
View ArticleHelp with figuring out the AlertInfos parameter for the Acknowledge verb of...
Hello, I am trying to create a PowerShell script that will leverage the Orion SDK to Acknowledge an alert. I have it all (or at least mostly) figured out, except for one line. The line in question...
View ArticleSubscription to alert notifications via the sdk
I would like to subscribe to the alert notification with powershell or something to get the alerts and pass them into my event management system for processing. ThanksRoss
View ArticleAdd Volume via SDK
Hi all,I wonder to add volume (disk) for any node via SWIS/Orion SDK. Is it possible? If it is possible can you give me an example script?
View Article