Full name: projects.locations.instances.logTypes.parserExtensions.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 within a project, location, instance, log type, and either a parser or a parser extension."],["The `GET` request requires specifying the `parent` path parameter, which identifies the location of the parsing errors within the resource hierarchy, and the request body must be empty."],["The number of parsing errors returned can be controlled using the `pageSize` query parameter, and `pageToken` can be used to retrieve subsequent pages of results."],["Access to this endpoint requires OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `chronicle.parsingErrors.list` on the `parent` resource."],["A successful response will contain a list of `ListParsingErrorsResponse`."]]],[]]