Docs/UI seem to indicate the 'Timeout/Connection Timeout' field only applies to the time taken to establish the connection. However we could notice that requests to server are timed out from the client (i.e Site24x7) when the request takes more than ~30s. However the this timeout seems to happen at random points in time between 30s-60s (60s is the maximum, I've observed as a I've a 60s timeout configured at server. ) Can anyone clarify what timeout options we can configure for a REST API monitor?
* According to https://registry.terraform.io/providers/site24x7/site24x7/latest/docs/resources/rest_api_monitor,
```
(Number) Timeout for connecting to website. Default value is 10. Range 1 - 45.
```
* On the UI