- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- CloudStorageDestination
- Try it!
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 |
Required. The parent, which owns this collection of logs. To export from all log types, use |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "log_entry_time_range": { object ( |
Fields | |
---|---|
log_entry_time_range |
Required. The log entry time range of logs to export. |
Union field
|
|
cloud_storage_destination |
A Cloud Storage bucket to export to. |
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
chronicle.logs.export
For more information, see the IAM documentation.
CloudStorageDestination
Destination message describing a Cloud Storage bucket.
JSON representation |
---|
{ "bucket": string } |
Fields | |
---|---|
bucket |
Required. The Cloud Storage bucket. Format: projects/{project}/buckets/{bucket} |