Full name: projects.locations.instances.logTypes.parsers.activate
ActivateParser switches the customer to use requested parser, This will set the Parser state to ACTIVE. This method prevents parser activation when the customer: 1. Is currently using a Custom parser, but wants to activate a Prebuilt release parser - DeactivateParser is the preferred method here. 2. Wants to activate a Prebuilt release_candidate parser. - ActivateReleaseCandidateParser is the preferred method here.
HTTP request
POST https://chronicle.googleapis.com/v1alpha/{name}:activate
Path parameters
Parameters
name
string
Required. The name of the parser to activate. 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 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 `projects.locations.instances.logTypes.parsers.activate` method, which switches a customer to a requested parser and sets its state to ACTIVE."],["The HTTP request to activate a parser is a `POST` request to the specified URL, including the parser's name in the path."],["The request body for activating a parser must be empty, while a successful response will also contain an empty JSON object."],["Activating a parser requires the `chronicle.parsers.activate` IAM permission on the specified resource, and the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."],["The method has conditions on its use, not to activate prebuilt parsers, or release candidate parsers."]]],[]]