- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Full name: projects.locations.instances.legacy.legacySearchFindings
Legacy endpoint for listing Findings.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{instance}/legacy:legacySearchFindings
Path parameters
Parameters | |
---|---|
instance |
Required. Chronicle instance this request is sent to. Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
Parameters | |
---|---|
findingType[] |
Required. Finding type: Uppercase, DSML, etc. |
timestampRange |
Required. Times range to get the findings from. |
pageSize |
Number of findings to return per page. Default value is 1000 if the page_size is not set in the request. |
nextPageToken |
Page token to support pagination. If no token is supplied, the first page of findings will be returned. |
Request body
The request body must be empty.
Response body
The SearchFindings response.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "findings": [ { object ( |
Fields | |
---|---|
findings[] |
Findings found for the given filters. Note that Findings returned do not include the |
page_token |
The token to supply to get the next page of results. If there are no additional results, this will be empty. |
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 instance
resource:
chronicle.legacies.legacySearchFindings
For more information, see the IAM documentation.