Summarizes intelligence findings for an organization, a folder, or a project.
REST format
GET /v2/{parent=projects/PROJECT_ID/locations/LOCATION}/intelligenceFindings:summarizeGET /v2/{parent=folders/FOLDER_ID/locations/LOCATION}/intelligenceFindings:summarizeGET /v2/{parent=organizations/ORGANIZATION_ID/locations/LOCATION}/intelligenceFindings:summarizeHTTP body
The HTTP request has no request body.
Query parameters
| Parameters | |
|---|---|
parent |
Required. The scope for which to summarize the findings.
|
resourceScope |
Optional. Determines the granularity of the findings when the
PARENT and PROJECT. If you don't specify a value, the API defaults to the PARENT behavior.
|
filter |
Optional. The filter expression, following AIP-160. Supports filtering by FindingType. |
pageSize |
Optional. The maximum number of findings to return.
The maximum value is |
pageToken |
Optional. A page token, received from a previous |
ResourceScope
Describes the available resource scopes for summarizing findings.
| Enums | |
|---|---|
RESOURCE_SCOPE_UNSPECIFIED |
The default behavior. Defaults to PARENT behavior. |
PARENT |
The API aggregates summaries at the level of the parent resource. |
PROJECT |
The API breaks down summaries by each project within the parent scope. |
Response
If the request is successful, the response body contains the following data structure:
| JSON representation |
|---|
{
"findingSummaries": [
{
object ( |
| Fields | |
|---|---|
findingSummaries[] |
The list of |
nextPageToken |
A token to retrieve the next page of results. Pass this value in the |