REST Resource: projects.locations.instances.logTypes.parsers.validationReports

Resource: ValidationReport

ValidationReport describes the validation status of a parser/extension when it was created.

JSON representation
{
  "name": string,
  "verdict": enum (Verdict),
  "stats": {
    object (Stats)
  },
  "error": {
    object (ParsingValidationErrors)
  }
}
Fields
name

string

Output only. name of the validation report resource.

verdict

enum (Verdict)

Verdict of the validation.

stats

object (Stats)

Stats of the validation.

error

object (ParsingValidationErrors)

Errors occurred during validation.

Methods

get

Get a validation report.