שיטת 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 of your Booking Server."],["You need to use HTTP status codes to indicate the server's health (200 for OK, other codes for errors)."],["Returning a non-200 status code might impact your integration with Google."]]],["The Booking Server health status is checked via an HTTP request with no request body or return value. A successful server is indicated by an HTTP status code of 200 (OK). Any other HTTP status code, as defined in the provided status code documentation, signals an error. Returning a non-200 status code may negatively impact integration. Google uses this method to monitor the operational status of the server.\n"]]