Check the connection between Orchestrator and Bot using Code or API

Hi All,

Is there any way to check the connection manly whether the bot is connected/disconnected to Orchestrator using C# and VB.net or any API which I can manipulate and work on this one.
Any lead will be appreciated.

Thanks!
Anmol

This could help you buddy @anmolk171

https://orchestrator.uipath.com/reference

https://orchestrator.uipath.com/reference#building-api-requests

Cheers

1 Like

Hey @anmolk171

We have an option in UiPath,

  • Click on UiPath Robot which you can find in the system tray(bottom left), if you are unable to find, you can search and run using windows search option.
  • You can see the status in the bottom.

If the status is connected, that means Robot is connected to the Orchestrator, if it is not you can refresh or create the connection one more time in Orchestrator.
Thanks,
Goutham Vijay

2 Likes

Well,

All great answer here, just to add to it, if you are using platform of uipath for orchestration then go to the swagger account of platform (just. Google it) and then give your inputs and if any output is received then voila you are connected.

Regards :slight_smile:

2 Likes

Thanks, @Raghavendraprasad, @GouthamVijay nad @Palaniyappan-

@GouthamVijay- I have already known this process but I need to do it with code only that is my current requirement.

1 Like

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