Can you integrate Quest Kace with NMP? What information or functionality does it bring to the table?
There is nothing natively to tie NPM to KACE, and I've not seen anyone build one, but i've integrated orion with dozens of other tools. Ideally you would piece something together passing data back and forth between the KACE api and Orion. As far as what information and functionality you get it depends entirely on what KACE allows you to do. Orion makes nearly everything in the database available via the API for reading and the list of verbs and changes you can make is very long, not everything is available to manipulate but a large chunk of it.
Probably should take a look at the API documentation here for samples of what can be done GitHub - solarwinds/OrionSDK: SDK for the SolarWinds Orion platform, including tools, documentation, and samples in Powe…