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