Which api I need to use to find the exact status of the machine?

Hi Team ,

I need to get the exact status like Available,Disconnect,Running of the RPA resources for that which api end point I will use

Hi @muppudathi_raja

Check the below endpoint

https://<orchestrator_url>/odata/Robots

Hope it helps!!

Hi @muppudathi_raja

If you are checking for Robot status,Check the below doc

And I found a thread,Check it if you are looking for the same,Might help you

Hope it helps!!

I tried this end point in onprrm but received error

/orchestrator_/odata/Sessions/UiPath.Server.Configuration.OData.GetMachineSessionRuntimes

GET for https://cloud.uipath.com/YOUR_ORG_NAME/YOUR_TENANT_NAME/orchestrator_/odata/Sessions/UiPath.Server.Configuration.OData.GetMachineSessionRuntimes?$filter=((Runtimes%20ne%200)%20and%20(((RuntimeType%20eq%20%273%27)%20or%20(RuntimeType%20eq%20%270%27)%20or%20(RuntimeType%20eq%20%277%27)%20or%20(RuntimeType%20eq%20%272%27)%20or%20(RuntimeType%20eq%20%278%27)%20or%20(RuntimeType%20eq%20%2712%27))))&$top=1000&$orderby=HostMachineName%20asc

And in the results, check the Status value.

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.