This API call delivers status information about the backend's connection to the satrec database server. It may be used by a frontend to evaluate if the backend actually is connected to the (read-only) backup database and therefore no changes to the database content are allowed
Supported HTTP methods: GET
GET /api/v1/satrecdbstate
Returns a SatDbState document listing some status information about the satrec database connection.
Parameters: none
Return Codes:
| Code | Description |
|---|---|
| 200 | OK, the SatDbState document with the status information is returned as payload. |
GET /api/v1/satrecdbstate/minmax
Returns a list of Recorder State document.
Parameters: none
Return Codes:
| Code | Description |
|---|---|
| 200 | OK, list of Recorder State document with the state information is returned as payload. |