Team,
I have got the release key from the processes… And Robot ID from robots api… But I am unable to start the job via API
Status code - 400
Body - No Content
What I am missing here?
{
“startInfo”: {
“ReleaseKey”: “7b1ebed4-8b84-485e-a598-79f86e4bb0c1”,
“Strategy”: “Specific”,
“RobotIds”: [247988],
“NoOfRobots”: 1
}
}
ROBOT ID fetched from here:
[{“LicenseKey”:null,“MachineName”:“abc-PC”,“MachineId”:231462,“Name”:“abc”,“Username”:“admin-PC\admin”,“ExternalName”:null,“Description”:null,“Version”:“19.10.0.200”,“Type”:“Development”,“HostingType”:“Standard”,“ProvisionType”:“Manual”,“Password”:null,“CredentialStoreId”:null,“UserId”:486589,“CredentialType”:null,“RobotEnvironments”:“DEV”,“IsExternalLicensed”:false,“Id”:247988,“ExecutionSettings”:null}]
Release Key fetched from here:
[{“Key”:“7b1ebed4-8b84-485e-a598-79f86e4bb0c1”,“ProcessKey”:“BlankProcess”,“ProcessVersion”:“1.0.1”,“IsLatestVersion”:false,“IsProcessDeleted”:false,“Description”:“”,“Name”:“BlankProcess_DEV”,“EnvironmentId”:12387,“EnvironmentName”:“DEV”,“InputArguments”:null,“Id”:287745,“Arguments”:{“Input”:null,“Output”:null},“ProcessSettings”:null}]