Hello All,
I would like to ask if solarwinds can be loaded with API programs?
Because the development unit wants to use the self-created API to call solarwinds.
Is there a module that can work like this?
I'm not entirely clear on what you would like to accomplish via API usage. The Orion SDK and Python client are designed to help you interact with SolarWinds Orion via PowerShell, Python, or C#:
GitHub - solarwinds/OrionSDK: SDK for the SolarWinds Orion platform, including tools, documentation, and samples in Powe…
GitHub - solarwinds/orionsdk-python: Python client for interacting with the SolarWinds Orion API
There is documentation for how to use these tools on the wiki:
Home · solarwinds/OrionSDK Wiki · GitHub
The SWIS REST/JSON endpoint may be of particular interest if your development team is not using one of the languages listed above:
REST · solarwinds/OrionSDK Wiki · GitHub
If you can provide more details about exactly what you're trying to do, including some details about the self-created API from the development unit, you might get a more specific answer.