Full name: projects.locations.instances.logTypes.analysisReports.list
analysisReports.list lists analysis reports.
HTTP request
GET https://{endpoint}/v1alpha/{parent}/analysisReports
Where {endpoint} is one of the supported service endpoints.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent, which owns this collection of analysis reports. Format: projects/{project}/locations/{location}/instances/{instance}/logTypes/{logType}/parsers/{parser} |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of analysis reports to return. |
pageToken |
Optional. A page token, received from a previous |
filter |
Optional. A filter to list analysis reports. Filtering is supported for fields: - reportType |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListParserAnalysisReportsResponse.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chroniclehttps://www.googleapis.com/auth/chronicle.readonly
For more information, see the Authentication Overview.