Full name: projects.locations.instances.logTypes.parserExtensions.activate
ActivateParserExtension switches the customer to use requested parser extension, This will set the extension state to ACTIVE.
HTTP request
POST https://chronicle.googleapis.com/v1alpha/{name}:activate
Path parameters
Parameters
name
string
Required. The name of the extension to activate. Format: projects/{project}/locations/{location}/instances/{instance}/logTypes/{logtype}/parserExtensions/{extension}
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
[[["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 the `activate` function for a parser extension, found at `projects.locations.instances.logTypes.parserExtensions.activate`."],["Activating a parser extension requires a POST request to `https://chronicle.googleapis.com/v1alpha/{name}:activate`, where `{name}` is the resource name of the extension."],["The request body for activation must be empty, and a successful response returns an empty JSON object."],["Authorization for activating a parser extension requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `chronicle.parserExtensions.activate` IAM permission."]]],[]]