Hi Anyone,
Does anyone have any document of API scripting from SolarWinds application to integrate with other 3rd party applications
or is anyone aware how achieve this.
Which 3rd part apps are you looking to integrate with? Each app will be slightly different.
I do this a bunchThis is waaaaaaaaay too big a question, take many steps backFigure out what you want to doFigure out what the components would be to achieve thatFigure out where you'd store stuff you need to storeFind the API support docs for each systemFind working creds for each system
Get network access working between the partsBuild stuffTest stuff
Fix planBuild stuffTest StuffMove toward prodSetup monitoring inc nullsSet up visuals
etc
@bmallon @adam.beedell
Can you give at least a brief overview how to even begin as I have similar question...
how do you even do a simple api call within sw like in a widget on a node details page for example
for example wanting to link to the node you're viewing in sw but on a 3rd party tool like netbrain or statseeker or liveaction/livenx
you could do a api call to those programs with the node caption or ip etc and grab their custom url for it. how would you do this in Solarwinds?
Either assign a new api poller to a node and build that equivalent to postman, or you can use a https monitor component in an application template for some basic stuff, or you can do the same in a script monitor component for advanced stuff.
(Script components should exit in a solarwinds format described in other threads)