I have created a proof of concept on my local machine to start jobs via the Orchestrator API. I was using my own credentials and the platform.uipath.com Orchestrator.
I migrated to the server and changed the Endpoint. I can use ‘Get’ requests on other calls, however, when I try to start a job I get the following message:
“{”“message”“:”“Parameter ‘name’ is missing.”“,”“errorCode”“:1014,”“resourceIds”“:null}”
Via the Orchestrator API documentation, ‘name’ is not a required parameter. The required parameters are:
{
“startInfo”: {
“ReleaseKey”: “9e16e6a6-f99a-4d2d-b454-93ae02a69ebc”,
“RobotIds”: [
36, 130
],
“NoOfRobots”: 0,
“Strategy”: “Specific”
}
}
Has anyone seen or solved this issue before? I’ve searched other posts within the Community but have not seen any solutions.
Thanks,
Brad