Hi Team,
How to create / update CI details from SolarWinds to third party application.
how to pass CI details from SolarWinds to Third Party Application.
Regards
Abdul S.
CI = Configuration Items?
You'll probably want to use the Orion SDK to retrieve information from your Orion installation. You can do that via PowerShell, Python, or by accessing the REST API. There is information about those here:
https://github.com/solarwinds/OrionSDK
https://github.com/solarwinds/orionsdk-python
There is a lot of useful information in the wiki:
https://github.com/solarwinds/OrionSDK/wiki
There are also several samples that you might want to look at, depending on what information you'd like to extract:
https://github.com/solarwinds/OrionSDK/tree/master/Samples