vsop_p
(vsop p)
July 29, 2022, 11:45am
1
Im trying to passing the below raw data for the startjobs api. As part of the Body input need to provide machinesessionid but im unable to identify the same
{ “startInfo”:
{
“ReleaseKey”: “12345ae04-f905-45d6-82e3-60ac50c95755”,
“RobotIds”: [ 656835 ],
“JobsCount”: 1,
“MachineSessionIds”: ,
“JobPriority”: “Normal”,
“Strategy”: “All”,
“RuntimeType”: “Testing”,
“InputArguments”: “{}”
}
}
https://cloud.uipath.com//odata/Jobs/UiPath.Server.Configuration.OData.StartJobs
/odata/Machines
Use this as endpoint and try
martaRPA
(Marta)
July 24, 2024, 12:20pm
3
Hi! That endpoint retrieves this info:
“@odata.type ”: “uipath .Server.Configuration.OData.ExtendedMachineDto”,
“LicenseKey”
“Name”
“Description”
“Type”
“Scope”
“NonProductionSlots”
“UnattendedSlots”
“HeadlessSlots”
“TestAutomationSlots”
“AutomationCloudSlots”
“Key”
“AutoScalingProfile”
“AutomationType”
“TargetFramework”
“ClientSecret”
“Id”
“RobotVersions”: [
{
“Count”
“Version”:
}
],
“RobotUsers”
“UpdatePolicy”
“Tags”
“MaintenanceWindow”
Where is the machine sesion id?
Thanx in advance!