- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- FindingTypeStats
- Try it!
List all FindingTypeStats under a given ScanRun.
HTTP request
GET https://websecurityscanner.googleapis.com/v1/{parent=projects/*/scanConfigs/*/scanRuns/*}/findingTypeStats
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource name, which should be a scan run resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. Authorization requires the following IAM permission on the specified resource
|
Request body
The request body must be empty.
Response body
Response for the findingTypeStats.list
method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"findingTypeStats": [
{
object ( |
Fields | |
---|---|
finding |
The list of FindingTypeStats returned. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
FindingTypeStats
A FindingTypeStats resource represents stats regarding a specific FindingType of Findings under a given ScanRun.
JSON representation |
---|
{ "findingType": string, "findingCount": integer } |
Fields | |
---|---|
finding |
Output only. The finding type associated with the stats. |
finding |
Output only. The count of findings belonging to this finding type. |