HealthCheck メソッド
このメソッドでは、予約サーバーの健全性ステータスを返します。これにより、Google はお客様の予約サーバーの配信状態を継続的にモニタリングできます。
リクエスト
なし
戻り値
なし
HTTP ステータス コードを使って、サーバーの配信ステータスを示します。サーバーが正常に動作している場合は HTTP ステータス コード 200(OK)を返し、エラーを示す場合は、HTTP ステータス コードの 1 つを返してください。
200 以外のステータス コードを返すと、統合ステータスに影響する可能性があります。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-26 UTC。
[null,null,["最終更新日 2024-11-26 UTC。"],[[["This method allows Google to monitor the health and serving status of your Booking Server."],["You need to use HTTP status codes to indicate the status of your server; 200 (OK) for successful operation and other codes for errors as defined in the provided reference."],["Returning a non-200 status code might negatively impact the status of your integration with Google."]]],["The method checks a Booking Server's health status, allowing continuous monitoring. No request or return value is required; the server's status is indicated solely through the HTTP status code. A 200 (OK) code means the server is operational. Any other HTTP status code, as defined in the provided reference, signifies an error and can impact integration status.\n"]]