Full name: projects.locations.instances.events.import
ImportEvents import the events. Note that, All events need to be valid for the request to be successful. An error in one entity will cause the entire request to be rejected.
HTTP request
POST https://chronicle.googleapis.com/v1alpha/{parent}/events:import
Path parameters
Parameters
parent
string
Required. The parent, which owns this collection of events.
Request body
The request body contains data with the following structure:
JSON representation
{// Union field source can be only one of the following:"inline_source": {object (EventsInlineSource)}// End of list of possible types for union field source.}
[[["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.events.import`, is used to import events into Chronicle, and all events must be valid for the import to succeed."],["The HTTP request method for this operation is `POST`, targeting the URL `https://chronicle.googleapis.com/v1alpha/{parent}/events:import`, where `parent` is a required path parameter."],["The request body must include an `inline_source`, containing an array of event objects that will be imported, within the union field `source`."],["A successful import operation will return an empty response body."],["To use this endpoint, you must have the `chronicle.events.import` IAM permission on the `parent` resource and use the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]