קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
השיטה הזו מחזירה את סטטוס התקינות של שרת ההזמנות. כך Google יכולה לעקוב באופן שוטף אחרי סטטוס ההצגה של שרת ההזמנות.
בקשה
ללא
ערך המוחזר
ללא.
משתמשים בקוד מצב HTTP כדי לציין את סטטוס ההצגה של השרת. אם השרת פועל בצורה תקינה, צריך להחזיר את קוד הסטטוס HTTP 200 (OK). כדי לציין שגיאה, צריך להחזיר אחד מקודי הסטטוס של HTTP.
חשוב לדעת שהחזרת קוד סטטוס שאינו 200 עשויה להשפיע על סטטוס השילוב.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 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"]]