Web Service URLs
Web Service URL (no change for 2016):
http://sco01:81/orchestrator2012/orchestrator.svc/
Web Console URL:
http://sco01:82/
Get runbooks:
http://server01.contoso.com:81/Orchestrator2012/Orchestrator.svc/Runbooks
Access Orchestrator Runbooks via Web Service
Get a Runbook
PowerShell
1 | $secpasswd = ConvertTo-SecureString "Password01!" -AsPlainText -Force |

Postman
1 | http://SCO01:81/Orchestrator2012/Orchestrator.svc/Runbooks?$filter=Name eq 'Test'" |

Start a Runbook
PowerShell
1 | $OrchURI = "http://SCO01:81/Orchestrator2012/Orchestrator.svc/Jobs/" |

Postman
1 | http://SCO01:81/Orchestrator2012/Orchestrator.svc/Jobs |



Confirm the runbook enters running status:

Reference
Accessing System Center 2012 Orchestrator Using the Web Service
Starting Runbooks and Stopping Jobs Using the System Center 2012 Orchestrator Web Service
Calling Orchestrator Runbooks (& retrieving output) via REST