Full name: projects.locations.instances.logTypes.parsers.deactivate
DeactivateParser deactivates the requested parser, and activates the prebuilt release parser. This method can be used to: 1. Deactivate the custom parser. 2. Deactivate the release candidate parser.
HTTP request
POST https://chronicle.googleapis.com/v1alpha/{name}:deactivate
Path parameters
Parameters
name
string
Required. The name of the parser to deactivate. 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 `deactivate` method for a parser, which switches off the specified parser and activates a prebuilt release parser."],["The `deactivate` method is invoked via a POST request to the endpoint `https://chronicle.googleapis.com/v1alpha/{name}:deactivate`, with the `name` parameter specifying the parser to deactivate."],["The request body for deactivating a parser must be empty, and a successful operation will result in an empty JSON object being returned."],["Deactivating a parser requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `chronicle.parsers.deactivate` on the parser's resource."]]],[]]