Full name: projects.locations.instances.logTypes.parsers.validationReports.parsingErrors.list
List parsing errors of a validation report.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{parent}/parsingErrors
Path parameters
Parameters
parent
string
Required. The parent, which owns this collection of parsing errors of. Format: projects/*/locations/*/instances/*/logTypes/*/parsers/*/validationReports/*}/parsingErrors projects/*/locations/*/instances/*/logTypes/*/parserExtensions/*/validationReports/*}/parsingErrors
Query parameters
Parameters
pageSize
integer
The maximum number of parsing errors to return. The service may return fewer than this value.
pageToken
string
A page token, received from a previous ListParsingErrors call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListParsingErrors must match the call that provided the page token.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-27 UTC."],[[["This API endpoint retrieves a list of parsing errors associated with a specific validation report."],["The request uses a `GET` method with a URL structure requiring a `parent` path parameter to identify the target validation report within the Chronicle system."],["Optional query parameters `pageSize` and `pageToken` can be used to paginate the results, allowing retrieval of large lists of parsing errors in smaller, manageable chunks."],["The request body must be empty, and the response body, if successful, will be a `ListParsingErrorsResponse` object containing the requested errors."],["Access to this endpoint requires the `chronicle.parsingErrors.list` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]