Method: threatMatches.find
ورودی های تهدید را پیدا می کند که با لیست های مرور ایمن مطابقت دارند.
درخواست HTTP
POST https://safebrowsing.googleapis.com/v4/threatMatches:find
URL از دستور GRPC Transcoding استفاده می کند.
درخواست بدن
بدنه درخواست حاوی داده هایی با ساختار زیر است:
فیلدها |
---|
client | object ( ClientInfo ) فراداده مشتری |
threatInfo | object ( ThreatInfo ) لیست ها و مدخل هایی که باید برای مطابقت بررسی شوند. |
بدن پاسخگو
در صورت موفقیت آمیز بودن، بدنه پاسخ حاوی داده هایی با ساختار زیر است:
نمایندگی JSON |
---|
{
"matches": [
{
object (ThreatMatch )
}
]
} |
فیلدها |
---|
matches[] | object ( ThreatMatch ) لیست تهدید مطابقت دارد. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-10 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-01-10 بهوقت ساعت هماهنگ جهانی."],[[["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"]]