question

Anne-0140 avatar image
0 Votes"
Anne-0140 asked AndreasBaumgarten answered

Orchestrator runbook and schedule list

We are using runbook to design and schedule jobs. We are not using Orchestrator console. After scheduling, we would like to give business or other users a list of view that shows each runbook job name, schedule.
Most of our jobs are monitoring job, the monitor date/time activity will be time the job run, and the check schedule will be the date like Mon-Fri.
Also we have a few master runbook, same thing I would like to get the runbookname, description and its schedules.

How can I do that?

msc-orchestrator
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

AndreasBaumgarten avatar image
0 Votes"
AndreasBaumgarten answered

Hi @Anne-0140 ,

you only wan't to give a "view" on the runbook, jobs and schedules? No interaction from the users with the Orchestrator objects like "starting a runbook"?

All information should be available in via Orchestrator web service (http://youreserver:81/Orchestrator2012/Orchestrator.svc/):
https://techcommunity.microsoft.com/t5/system-center-blog/accessing-system-center-2012-orchestrator-using-the-web-service/ba-p/345014
But as far as I know there is neither a "presentation-layer" to get a "nice view" on this, nor is there a "ready to go" 3rd party solution available.

Another option might be to query the SQL database of Orchestrator. But this is even more challenging because for this the "logic" and the "presentation-layer" needs to be coded as well. I am not aware of a ready to go solution for this as well.


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

Regards
Andreas Baumgarten

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.