Comments
-
Ok so I guess it has to be hardcoded. I'll implement this way. It should be an optional param to the verb (actualPassword) Thanks, your help really made my day.
-
Hello Tomas, thank you for your reply. This looks promising ! I found the corresponding documentation : http://solarwinds.github.io/OrionSDK/schema/Orion.Accounts.html SolarWinds Information Service v3.0 Schema Documentation It's getting easier to understand now. One question though : how could one verify the current…
-
I wish they can help us with this request, some day. Last time I asked my account manager, she told me I can pay a third party company for a training on how to use the API ... This is so disappointing.
-
I hope this might help others, I finally found what was going on thanks to your last comment , I had doubts about the whole command. The query has to be contained within double quotes, so : curl -k -u username…
-
Hey Tim could you please discuss with me in this thread ? I have a similar question, I'm getting the hang of it but I'm still missing some details ... https://thwack.solarwinds.com/thread/119327
-
Hi Tim, ok I'm finally getting things done. One last question , how can I find which params are required for the verbs ? For instance, AddJob in NCM_NCMJobs ? All of them ? The doc doesn't specifiy.
-
Ok this is fantastic. But what about the jobs ? Otherwise I'll just execute scripts when the time comes to this but I'm curious : - can we create jobs ? - can we list all jobs ? (I'd like to delete the older ones since it can't be done in the web app) - I couldn't find verbs related to listing the actual jobs in the…
-
This works like a charm !
-
thanks. Well I've been looking for a way to detect and alarm unwanted changes in the connection profiles assigned to the nodes. Since I asked the super users to respect a certain nomenclature, this is going to be easy. Too bad there's no way to report on Connection profiles , but they opened a feature request. In the…
-
Hi, tdanner, which language is this ? Can this be done remotely ? I just posted in the NCM forum about creating jobs via an API. I wish we could create jobs for later review by an engineer and after some time deploy automatically. But this is not mandatory. If we can at least run jobs from a remote system, it would be…
-
Hi derhally, Thank you for the reply. I'm not sure about the verbs ? I've been using the API using queries such as these two lines (preceding code defines the connection to the server # build query string my $query = sprintf("SELECT Caption, IPAddress FROM Orion.Nodes n WHERE n.CustomProperties.xxxx = 'yyyy'"); my…
-
Hi Steven, thanks for the quick reply This is what I've been doing and this works in SWQL client. Maybe there is an error in my approach, I'm using curl to send the query to the server. A simple query on Orion.Nodes works properly (e.g. : SELECT+Caption+IPAddress+FROM+Orion.Nodes) curl -k -u username -k…
-
Thank you tdanner. I was off for 5 weeks I just came back. I'll give it a try !
-
This sounds good. I could retrieve them in a separate request and match after. What would be the full url to do such a request ? I've only been exposed to SWQL query so far
-
I found : Cirrus.NCM_NCMJobs so I guess we have to use the verb addJob with some of the listed properties ? Which properties are mandatory/optional ? Is there any guidance on how to fill the properties values ?
-
Does the HF5 includes HF1 ? I guess it does, but even @ HF5 we are experiencing this issue.