System Center Orchestrator is the datacenter workflow management solution that's commonly used to automate datacenter operations including creation, monitoring, and deployment of data center resource...
I was able to get the console up and running finally where I'm able to see job history and I can run runbooks from that perspective but my list of Runbooks and Runbook Folders is blank. Anyone else having this issue?
Edit: Determined that this is because the console will not list runbooks located in the root "Runbooks" folder. Created a new folder within the root and moved my runbook and it appeared in the console.
Another thing I noticed is that when I have an output parameter (Returned data), it shows up as a required INPUT parameter when I try running it from the console. That is a huge problem...
Edit: This is documented in their known issues (https://docs.microsoft.com/en-us/system-center/orchestrator/release-notes-orch?view=sc-orch-2022)
Edit: Also, does any documentation exist for the REST API? The comments provided here are great and I'm able to start runbooks but I need to be able to retrieve the Returned Data as well.
Edit2: Found that by querying the root "/api" uri it will list the endpoints available and from that I was able to get the Returned data using the RunbookInstanceParameters endpoint. Here's the complete list for any curious but this is by no means appropriate documentation..
Jobs Runbooks RunbookParameters RunbookInstances RunbookInstanceParameters Activities ActivityInstances ActivityInstanceData RunbookServers RunbookDiagrams - returns (404) Not Found Events Folders Statistics Script - returns (500) Internal Server Error Login - of kind "FunctionImport"