Full name: projects.locations.instances.logTypes.parserExtensions.get
Get a parser extension.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}
Path parameters
Parameters
name
string
Required. The name of the parser extension to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/logTypes/{logtype}/parserExtensions/{parserExtension}
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ParserExtension.
[[["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 webpage details how to retrieve a specific parser extension using the `projects.locations.instances.logTypes.parserExtensions.get` method."],["The HTTP request is a `GET` method directed to `https://chronicle.googleapis.com/v1alpha/{name}`, with the `name` parameter required for identifying the parser extension."],["The request body for this method must be empty, and a successful response will include an instance of the `ParserExtension`."],["To execute this method, the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `chronicle.parserExtensions.get` on the specified resource are required."]]],[]]