Hi All!!
Is there any REST API available for integration with ServiceNow which can automate the process of node manage or unmanage via Service Now?
Best Regards,
Yatin
Yes, SolarWinds does provide a REST/JSON API you can call from ServiceNow to Manage / Unmanage nodes (and other entities). In SolarWinds terms, this is done through the SolarWinds Platform SDK (Orion SDK) using the SWIS REST/JSON endpoint, and you invoke the built-in verbs:
Orion.Nodes.Unmanage
Orion.Nodes.Remanage
Hope below link can help you.
Unmanaging Entities - solarwinds/OrionSDK GitHub Wiki
Can help with SWIS REST/JSON endpoint?