Full name: projects.locations.instances.logTypes.parsers.activateReleaseCandidateParser
ActivateReleaseCandidateParser makes the release candidate parser live for that customer. The name refers to release candidate parser that needs to be activated.
HTTP request
POST https://chronicle.googleapis.com/v1alpha/{name}:activateReleaseCandidateParser
Path parameters
Parameters
name
string
Required. The name of the release candidate 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 API endpoint `projects.locations.instances.logTypes.parsers.activateReleaseCandidateParser` activates a release candidate parser, making it live for a specific customer."],["The HTTP request method for this action is `POST` to the specified URL, including the parser's name in the path."],["Activating a release candidate parser requires a `name` path parameter that specifies the complete resource path of the parser."],["The request body for this operation must be empty, and a successful response returns an empty JSON object."],["This operation requires OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `chronicle.parsers.activateReleaseCandidate` on the `name` resource."]]],[]]