Creating Runbooks

jansi rani krishnan 601 Reputation points
2021-04-23T07:24:24.377+00:00

Hi Team,

I have a requirement to create two runbooks in SCORCH (System Center Orchestrator) as follows.

  1. Whenever a new incident is created or any existing incident modified (based on the event) in SCSM, I have to fetch the information (Example: Title, Description, Impact, urgency, Priority, Affected User etc) from the incident and send this to the ServiceNow (I am working on an assignment to integrate SCSM ITIL with ServiceNow).
  2. At ServiceNow, this incident information will be replicated and worked upon by some technical experts and if they update anything on this incident, this should get replicated in ITSSP. So, I have to receive the updates from the ServiceNow and update the required fields in ITSSP/SCSM.

If i create these two runbooks, I will get the API link as follows. So, i can share this API link to the ServiceNow team as the endpoint URL.
http://orchestratorservername:81/orchestrator2012/orchestrator.svc/runbooks

Please throw some light on how to proceed to create the two runbooks. This would be of a great help.

Thanking you,

Regards,
Jansi

System Center Orchestrator
System Center Orchestrator
A family of System Center products that provide an automation platform for orchestrating and integrating both Microsoft and non-Microsoft IT tools.
214 questions
Service Manager
Service Manager
A family of System Center products for managing incidents and problems.
210 questions
{count} votes

Accepted answer
  1. Andreas Baumgarten 96,926 Reputation points MVP
    2021-04-23T19:06:46.047+00:00

    Hi @jansi rani krishnan ,

    1) You can use the Monitor Object activity from the SCSM Integration Pack.
    With this activity you can monitor created or updated objects in SCSM.

    2) Here you can find the SCORCH Job Runner or SCORCH Webservice PowerShell Examples
    https://archive.codeplex.com/?p=orchestrator
    This way you can trigger SCORCH Runbooks from remote


    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten


0 additional answers

Sort by: Most helpful