I'm looking for the variables for adding nodes SNMP (for network equipemnt) AND agent for win and linux (worse case scenario, WMI)
Case: We are trying to automate creation of a node/server using our ITSM / ITAM tool with http post... as you can see it's http post/get/patch etc. and only json files can be imported so no powershell, python scripts can be imported.
Right now:
If a node is already in SW and we want to edit an asset (manually) in our ITAM, using the right json formated body the node custom properties can be edited with http post of course.
But now we want to automate that and create an asset in our ITAM, so it automatically creates the node in SW (using agent / wmi / snmp). Using one centralized tool, for adding, editing and deleting, thus our ITAM tool.
I first tried the other way around. Creating a Solarwinds alerts, using trigger action http post. That did work, but.! the editing and deleting part is a no-go... because our ITAM uses a "field id" for api calls instead of the Solarwinds Caption (asset id in ITAM) when we created it.
So our only move is to make http post using only json in our ITAM if we want this to
https://localhost/SolarWinds/InformationService/v3/Json/BulkUpdate