Method: threatMatches.find
מוצא את רשומות האיומים שתואמות לרשימות 'גלישה בטוחה'.
בקשת HTTP
POST https://safebrowsing.googleapis.com/v4/threatMatches:find
בכתובת ה-URL נעשה שימוש בתחביר המרת קידוד של gRPC.
גוף הבקשה
גוף הבקשה מכיל נתונים במבנה הבא:
שדות |
client |
object (ClientInfo )
המטא-נתונים של הלקוח
|
threatInfo |
object (ThreatInfo )
הרשימות והרשומות שיש לבדוק אם יש התאמות.
|
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכיל נתונים במבנה הבא:
שדות |
matches[] |
object (ThreatMatch )
רשימת האיומים תואמת.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-07 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-07 (שעון UTC)."],[[["This API endpoint allows you to find threat entries that match Safe Browsing lists using an HTTP POST request."],["The request body requires client metadata and information about the threats to be checked, sent as a JSON object."],["A successful response returns a JSON object containing a list of any matches found in the Safe Browsing lists."],["You can find details about the request and response structures by referencing `ClientInfo`, `ThreatInfo`, and `ThreatMatch` in the provided documentation links."]]],["The core function is to find threat entries matching Safe Browsing lists. This is achieved via a `POST` request to `https://safebrowsing.googleapis.com/v4/threatMatches:find`. The request body requires a JSON object with `client` and `threatInfo` fields. The successful response body returns a JSON object containing an array `matches[]`, which contains any identified threat matches. The provided links lead to other pages that explain further information.\n"]]