Skip to main content

uris

Creates, updates, deletes, gets or lists a uris resource.

Overview

Nameuris
TypeResource
Idgoogle.webrisk.uris

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
searchexecuri, threatTypesThis method is used to check whether a URI is on a given threatList. Multiple threatLists may be searched in a single query. The response will list all requested threatLists the URI was found to match. If the URI is not found on any of the requested ThreatList an empty response will be returned.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
threatTypesstring
uristring

Lifecycle Methods

This method is used to check whether a URI is on a given threatList. Multiple threatLists may be searched in a single query. The response will list all requested threatLists the URI was found to match. If the URI is not found on any of the requested ThreatList an empty response will be returned.

EXEC google.webrisk.uris.search 
@uri='{{ uri }}',
@threatTypes='{{ threatTypes }}';