Full name: projects.locations.instances.logTypes.logs.export
Export log telemetry.
HTTP request
POST https://chronicle.googleapis.com/v1alpha/{parent}/logs:export
Path parameters
Parameters
parent
string
Required. The parent, which owns this collection of logs. To export from all log types, use - in place of the parent's log type id.
Request body
The request body contains data with the following structure:
JSON representation
{"log_entry_time_range": {object (Interval)},// Union field destination can be only one of the following:"cloud_storage_destination": {object (CloudStorageDestination)}// End of list of possible types for union field destination.}
[[["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 endpoint allows exporting log telemetry from Chronicle using a POST request to `https://chronicle.googleapis.com/v1alpha/{parent}/logs:export`."],["The request requires a `parent` path parameter specifying the log source and a request body containing the `log_entry_time_range` and a union `destination` field that can be a `cloud_storage_destination` object."],["The `cloud_storage_destination` object requires a `bucket` field that specifies the Cloud Storage bucket to which logs will be exported."],["Successful requests return an `Operation` object, and authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `chronicle.logs.export` IAM permission on the `parent` resource."],["To export from all log types use `-` in place of the parent's log type ID."]]],[]]