This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Integration of NCM with Microsoft System Center Orchestrator

Is it possible to leverage the functionalities of solarwind NCM in an automated fashion through Microsoft Automation Tool "System Center Orchestrator". Any integration pack available for this or any web services in WSDL format that orchestrator can consume to talk with NCM?

  • We are in the beginning stages of setting this up and currently do some automation but have big plans coming in a few months for more automation. This is how we currently integrate Orchestrator and Orion using PowerShell. We setup an alert in Advanced Alert Manager and the trigger action executes a PowerShell script to do an HTTP POST request to Orchestrator's rest API. Orchestrator runs and logs the output. Depending on the Orion Alert setup we have other checks and balances making sure alerts are covered and if something did not work then we know about it.

    We are currently working on using the Orion SDK so Orchestrator and SharePoint workflows can be utilized for maintenance, adding new devices, removing devices, and a number of other things. bsciencefiction.tvssdaLTeReGo

  • FormerMember
    0 FormerMember

    Orion has a REST API you can look into using.  It should be fairly easy to gather the information you need to orchestrate since it's based of SWQL which looks a lot like SQL and it runs the queries across the URL.

  • Any updates on this SCOrch integration?