This API call can be used to check if the backend server responds to API calls. It works without being logged in.
Supported HTTP methods: GET,HEAD,OPTIONS
GET /healthcheck
Returns an Dictionary document listing some basic status information about the backend server. As this API call is with public access, it returns only a limited set of information.
The Dictionary document returned contains the following keys with its values:
| Key | Description |
|---|---|
| PRODUCT | The name of this product |
| WEBSITE | The SatService website URL |
| VERSION | The software version actually running |
| SERIALNO | The software serial number |
Parameters: none
Return Codes:
| Code | Description |
|---|---|
| 200 | OK, the Dictionary with the status information is returned as payload. |