Connectivity issues - Ping function?

I’m having some sporadic disconnection issues that want to trace further.
Is there a function that could work as a Ping?

Thanks

There isn’t. What I’d do is just send a standard HTTP request but apply a timeout. The default is 60 seconds. Choose a request that returns very little data. Something that you know should respond very quickly. Apply maybe a 1 second timeout & let that be the determining factor whether something is offline or not. If it fails then you know it’s offline or inaccessible.

1 Like

How could i realize this? What kind of Object i need for this? Thank you in advance