uris
Creates, updates, deletes, gets or lists a uris
resource.
Overview
Name | uris |
Type | Resource |
Id | google.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
search | exec | uri , threatTypes | 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. |
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.
Name | Datatype | Description |
---|---|---|
threatTypes | string | |
uri | string |
Lifecycle Methods
- search
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 }}';