HealthCheck method
This method returns your Booking Server health status. It enables Google to
continuously monitor the serving state of your Booking server.
Request
None
Return value
None.
Use HTTP status code to indicate the serving status of your server. Return
an HTTP status code 200 (OK) if the server is up and running successfully,
or to indicate an error please return one of
HTTP status code.
Please note that returning a non-200 status code may affect your integration status.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["This method allows Google to monitor the health and serving status of your Booking Server."],["You should return a 200 (OK) HTTP status code if your server is running successfully."],["Return a non-200 HTTP status code to indicate an error, using the provided status code reference."],["Using a non-200 status code may impact your integration status with Google."]]],[]]