Full name: projects.locations.instances.logTypes.parserExtensions.list
List all parser extensions.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{parent}/parserExtensions
Path parameters
Parameters
parent
string
Required. The parent, which owns this collection of parser extensions. Format: projects/{project}/locations/{location}/instances/{instance}/logTypes/{logtype}
Query parameters
Parameters
pageSize
integer
The maximum number of parser extensions to return. The service may return fewer than this value.
pageToken
string
A page token, received from a previous ListParserExtensions call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListParserExtensions must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response message for listing parser extensions.
If successful, the response body contains data with the following structure:
[[["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 list parser extensions within a specific Chronicle instance using the `projects.locations.instances.logTypes.parserExtensions.list` method."],["The HTTP request to list parser extensions is a `GET` request to the endpoint `https://chronicle.googleapis.com/v1alpha/{parent}/parserExtensions`, where the `parent` path parameter is required and defines the project, location, instance, and log type."],["The `pageSize` and `pageToken` query parameters can be used to control pagination of the returned results, allowing for the retrieval of large lists of parser extensions in manageable chunks."],["The response body contains an array of `parser_extensions`, each detailing an extension, and may include a `next_page_token` if there are additional pages to retrieve."],["To successfully list parser extensions, the request must include authorization with the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and have the `chronicle.parserExtensions.list` IAM permission on the specified parent resource."]]],[]]