- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Full name: projects.locations.instances.threatCollections.list
Lists threat collections, which contain reports and tracked threat campaigns from Google Threat Intelligence.
HTTP request
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource of the threat collections. Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of threat collections to return. The default is 10, and the maximum value is 40. |
pageToken |
Optional. A page token, received from a previous |
filter |
Optional. A filter that can be used to retrieve specific threat collection. Supported filters: - Search literal (https://google.aip.dev/160#literals) to perform an open search matching on the threat collection's display name or description. - Filtering by a specific field value in the format: |
orderBy |
Optional. The order to sort the returned threat collections by. The default is |
Request body
The request body must be empty.
Response body
Response containing a list of threat collections.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"threatCollections": [
{
object ( |
Fields | |
---|---|
threatCollections[] |
Output only. List of threat collections. This is sorted by creation time in descending order by default. |
nextPageToken |
Output only. A token that can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
chronicle.threatCollections.list
For more information, see the IAM documentation.