[[["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-08-25 UTC."],[[["\u003cp\u003eThis endpoint, \u003ccode\u003eprojects.locations.instances.logTypes.generateEventTypesSuggestions\u003c/code\u003e, generates event type suggestions for mapping by a lowcode parser, accessible via a POST request to the provided URL.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a \u003ccode\u003elogtype\u003c/code\u003e path parameter, specifying the parser's log type in the format: \u003ccode\u003eprojects/{project}/locations/{location}/instances/{instance}/logTypes/{logtype}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body contains a JSON array of field extractors, structured as a \u003ccode\u003efield_extractors\u003c/code\u003e array, that each represent the \u003ccode\u003e/chronicle/docs/reference/rest/v1alpha/FieldExtractors#FieldExtractor\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe successful response includes a JSON representation with an \u003ccode\u003eevent_type_suggestions\u003c/code\u003e array, which presents the suggested event types and their associated confidence values.\u003c/p\u003e\n"],["\u003cp\u003eAccessing this endpoint requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e and the IAM permission \u003ccode\u003echronicle.parsers.generateEventTypesSuggestions\u003c/code\u003e on the specified \u003ccode\u003elogtype\u003c/code\u003e resource.\u003c/p\u003e\n"]]],[],null,["# Method: logTypes.generateEventTypesSuggestions\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n - [JSON representation](#body.GenerateEventTypesSuggestionsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [EventTypesSuggestion](#EventTypesSuggestion)\n - [JSON representation](#EventTypesSuggestion.SCHEMA_REPRESENTATION)\n- [Try it!](#try-it)\n\n**Full name**: projects.locations.instances.logTypes.generateEventTypesSuggestions\n\nlogTypes.generateEventTypesSuggestions generates event types suggestions that can be mapped by a lowcode parser.\n\n### HTTP request\n\nChoose a location: \nafrica-south1 asia-northeast1 asia-south1 asia-southeast1 asia-southeast2 australia-southeast1 europe-west12 europe-west2 europe-west3 europe-west6 europe-west9 me-central1 me-central2 me-west1 northamerica-northeast2 southamerica-east1 us eu \n\n\u003cbr /\u003e\n\n### Path parameters\n\n### Request body\n\nThe request body contains data with the following structure:\n\n### Response body\n\nResponse message for GenerateEventTypesSuggestionsResponse.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `logtype` resource:\n\n- `chronicle.parsers.generateEventTypesSuggestions`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs).\n\nEventTypesSuggestion\n--------------------\n\nA suggested event type and it's confidence value."]]