Alive monitoring from another host

Hello,

I intend to set alive-minitoring from another host by using curl command.
I execute as following command.

curl -k https://my_hostname/my_sitename/login.php or
curl -k https://my_hostname/my_sitename/

But nothig returned.
Is there any another URI in NC13 that returns small result.
Or another alternative method recommended ??

Maybe look in the admin settings under information. At the end there is a link that looks like:

https://host/nextcloud/ocs/v2.php/apps/serverinfo/api/v1/info

Have you seen this?

Thank you for your information.
I can get response.
curl -k https://myhostname\mysitename/status.php
{“installed”:true,“maintenance”:false,“needsDbUpgrade”:false,“version”:“13.0.0.14”,“versionstring”:“13.0.0”,“edition”:"",“productname”:"???"}