Hi there,
I am currently automating the installation and configuration of solarwinds with the help of the SwisPowershell module. I have managed to fully install solarwinds orion, agents on the nodes and can assign templates to each node easy enough with 0 touch. However, I am wanting to create new custom application templates using the GUI in advance, export them and include them in my automated install. The idea is to import these custom templates in to Orion and then assign nodes to them all using Powershell code.
In SWQL Studio I noticed methods in Orion.APM.ApplicationTemplate for "Delete Template" and "UpdateApplication Template Settings" but nothing for importing.
Is this possible through the API at all? Can I use New-SwisObject to achieve this?
thanks in advance.