You can also retrieve the server status via the API provided from Preferences > Api > API access. Then click the proposed link and click Server status.
Please use GET /serverstatus to retrieve the status of the server.
Fill in the fields and click Execute.
Curl request:
curl -X GET "https://app1.earth.doyoudreamup.com/servlet/api/serverstatus?details=true&pretty=true" -H "accept: application / javascript"
The "volumes" object gives you the number of people connected to the back office and the number of dialogs in progress.
The "applications" object gives you the status and other information about existing applications on the server.
The "status" object defines the state of the server ("Ok", "Ko", "Unknown" or "Warning"). This result allows you to obtain the server status that can be taken into account for monitoring purposes.
Note: the durationMs parameter shows the time necessary to retrieve the information. This data is purely informative.