yrakhangi
(Yrakhangi)
1
Hello Experts,
I am beginner to UiPath Studio and I have below requirements to test and automate and schedule it in every 5 minutes.
- check ping connection to server
- check port connection is open or not
- Check URL
Can anyone please guide me how to start and implement this.
Regards
Hello, @yrakhangi Welcome to the uipath community.
Kindly refer to this thread
Download activity from manage packages

Yoichi
(Yoichi)
4
HI,
Ping
How about using System.Net.NetworkInformation.Ping class as the following?
Port
I think we can use application protocol such as HTTP, in most case. If you need to check HTTP server, HTTP Request activity will work.

Sample20220913-4.zip (3.8 KB)
Regards,
2 Likes