Method: validationErrors.list

Full name: projects.locations.instances.logTypes.parserExtensions.extensionValidationReports.validationErrors.list

List validation errors of a parser extension validation report.

HTTP request

GET https://chronicle.googleapis.com/v1alpha/{parent}/validationErrors

Path parameters

Parameters
parent

string

Required. The parent, which owns this collection of validation errors of parser validation report. Format: projects/{project}/locations/{location}/instances/{instance}/logTypes/{logtype}/parserExtensions/{parserExtension}/extensionValidationReports/{reportID}/validationErrors

Query parameters

Parameters
pageSize

integer

The maximum number of validation reports to return. The service may return fewer than this value.

pageToken

string

A page token, received from a previous ListValidationErrors call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListValidationErrors must match the call that provided the page token.

Request body

The request body must be empty.

Response body

Response message for listing errors of parser validation report.

If successful, the response body contains data with the following structure:

JSON representation
{
  "validation_errors": [
    {
      object (ValidationError)
    }
  ],
  "next_page_token": string
}
Fields
validation_errors[]

object (ValidationError)

The validation errors of extension validation report

next_page_token

string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • chronicle.validationErrors.list

For more information, see the IAM documentation.

ValidationError

Validation error encountered while creating the parser extension.

JSON representation
{
  "name": string,
  "log": string,
  "error": {
    object (Status)
  }
}
Fields
name

string

Output only. The name of this Validation Error . Output only. The resource name of the extension validation report error. Format: projects/{project}/locations/{location}/instances/{instance}/logTypes/{log_type}/parserExtensions/{parserExtension}/extensionValidationReports/{extensionValidationReport}/validationErrors/{errorID}

log

string

Output only. Log entry that caused the error.

error

object (Status)

Output only. Error message when normalizing the log.