Response from Orchestrator Runbook via web-service
Hi Experts,
With reference to the link http://www.laurierhodes.info/?q=node/101, I have a created a Runbook and able to successfully trigger the Runbook via a PowerShell using the REST web services.
In my case, I have a created a Runbook which actually accepts some input parameters and update the values in the Incident form (Self service portal).
In order to view the output response from the Runbook, I have used the below links
http://<Orchestrator Server>:81/Orchestrator2012/Orchestrator.svc/Jobs(guid'0eaf1a1d-79bd-4089-b65f-08a126428603') --> Job GUID
http://<Orchestrator Server>:81/Orchestrator2012/Orchestrator.svc/Jobs(guid'0eaf1a1d-79bd-4089-b65f-08a126428603')/Instances
What is the difference between these two URLs with respect to the response from the Runbook?
Is there a way where we can see the response from the "Orchestrator Console" for a particular instance?
Appreciate your help!!!
Regards,
Jansi