v7

latestOpenAPI 3.0.0raw.githubusercontent.com2023-05-118322.3 KB
Checker

Readiness checker

Route to check if the service is ready to serve requests. It also checks the readiness of the WMS backend.

get/checker/ready

Response

Returning OK.

successboolean

Always true for 200 response.

messagestring

Example response

{
  "success": true,
  "message": "OK"
}