שיטת HealthCheck
השיטה הזו מחזירה את סטטוס התקינות של שרת ההזמנות. כך Google יכולה לעקוב באופן שוטף אחרי סטטוס ההצגה של שרת ההזמנות.
בקשה
ללא
ערך המוחזר
ללא.
משתמשים בקוד מצב HTTP כדי לציין את סטטוס ההצגה של השרת. אם השרת פועל בצורה תקינה, צריך להחזיר את קוד הסטטוס HTTP 200 (OK). כדי לציין שגיאה, צריך להחזיר אחד מקודי הסטטוס של HTTP.
חשוב לדעת שהחזרת קוד סטטוס שאינו 200 עשויה להשפיע על סטטוס השילוב.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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 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."]]],["The core content details a method for checking a Booking Server's health status. Google monitors this status, and no request or return value is needed. The server's status is conveyed solely through HTTP status codes. A 200 (OK) code signifies a healthy server, while other HTTP status codes from a specified list indicate errors. Non-200 codes can impact integration status.\n"]]