Comments
-
+1 - the same code utilized on the templates page would work perfect.
-
Does the Perl script need to be executed on the local Windows machine, or is it running against the Windows machine? The perl requirement could be mandatory if you're trying to run it locally.
-
I looked at that, which lead me to - http://solarwinds.github.io/OrionSDK/schema/Orion.Nodes.html and http://solarwinds.github.io/OrionSDK/schema/Orion.SEUM.Transactions.html - which is where I'm stuck at. From what I can tell, my call is following the same order mentioned under Orion.Nodes and the Schema for…
-
The above method that I posted works perfectly fine for managing / unmanaging nodes through a curl call, so I'm a bit confused as to why transactions wouldn't work in a similar state. As I mentioned, I am attempting this without further dependencies, as sending a payload over the headers is much cleaner than needing to…
-
Thanks for confirming, and providing a sanity check. I was looking at the 'Audit Report' on a Node level to see the records go through properly, but this didn't exist on a transaction level so I didn't think it was working. After putting a node into an unmanaged state that was a current time, I was able to see it worked. I…
-
I looked at the SDK previously, but for this I would like to use the actual API if possible, without any dependencies.