Full name: projects.locations.instances.logTypes.parserExtensions.extensionValidationReports.get
Get a parser vaildation report.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}
Path parameters
Parameters
name
string
Required. The name of the extension validation report to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/logTypes/{logtype}/parserExtensions/{parserExtension}/extensionValidationReports/{extensionValidationReport}
[[["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-01-22 UTC."],[[["This endpoint retrieves a parser validation report using a `GET` request to the specified URL: `https://chronicle.googleapis.com/v1alpha/{name}`."],["The `name` path parameter is required and must adhere to the format: `projects/{project}/locations/{location}/instances/{instance}/logTypes/{logtype}/parserExtensions/{parserExtension}/extensionValidationReports/{extensionValidationReport}`."],["The request body must be empty, and a successful response will contain an instance of `ExtensionValidationReport`."],["To authorize the request, the OAuth scope `https://www.googleapis.com/auth/cloud-platform` is required."],["The `chronicle.extensionValidationReports.get` IAM permission is necessary on the `name` resource to successfully use this endpoint."]]],[]]