Full name: projects.locations.instances.logTypes.parsers.get
Get a parser.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}
Path parameters
Parameters
name
string
Required. The name of the parser to retrieve. Format: projects/{project}/locations/{___location}/instances/{instance}/logTypes/{logtype}/parsers/{parser}
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Parser.
[[["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-07-14 UTC."],[[["This webpage details how to retrieve a specific parser using the `projects.locations.instances.logTypes.parsers.get` method."],["The `GET` HTTP request structure requires a URL with a defined format to retrieve the parser."],["The request requires a `name` parameter in the path, specifying the parser to be retrieved."],["The request body must be empty for this call."],["Successful requests return a `Parser` instance, and the operation requires `chronicle.parsers.get` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]