Method: threatMatches.find
Trova le voci di minaccia corrispondenti agli elenchi di Navigazione sicura.
Richiesta HTTP
POST https://safebrowsing.googleapis.com/v4/threatMatches:find
L'URL utilizza la sintassi di transcodifica gRPC.
Corpo della richiesta
Il corpo della richiesta contiene dati con la seguente struttura:
Campi |
client |
object (ClientInfo )
I metadati del client.
|
threatInfo |
object (ThreatInfo )
Gli elenchi e le voci da verificare per le corrispondenze.
|
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene dati con la seguente struttura:
Rappresentazione JSON |
{
"matches": [
{
object (ThreatMatch )
}
]
} |
Campi |
matches[] |
object (ThreatMatch )
L'elenco di minacce corrisponde.
|
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-09-07 UTC.
[null,null,["Ultimo aggiornamento 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"]]