Cloud Logging Service, gRPC: ExportService.Create
Creates a export in the specified folder.
gRPC request
rpc Create (CreateExportRequest) returns (operation.Operation)
CreateExportRequest
{
"folder_id": "string",
"name": "string",
"description": "string",
"labels": "map<string, string>",
"group_id": "string",
"sink_id": "string",
"params": {
"resource_types": [
"string"
],
"resource_ids": [
"string"
],
"stream_names": [
"string"
],
"levels": [
"Level"
],
"filter": "string"
}
}
Field |
Description |
folder_id |
string Required field. ID of the folder to create a export in. To get a folder ID make a yandex.cloud.resourcemanager.v1.FolderService.List request. |
name |
string Name of the export. |
description |
string Description of the export. |
labels |
object (map<string, string>) Export labels as |
group_id |
string Required field. Logging Group ID logs exported from |
sink_id |
string Required field. Logging Sink ID logs exported to |
params |
Required field. Parameters for logs filtration |
ExportParams
Field |
Description |
resource_types[] |
string |
resource_ids[] |
string |
stream_names[] |
string |
levels[] |
enum Level
|
filter |
string |
operation.Operation
{
"id": "string",
"description": "string",
"created_at": "google.protobuf.Timestamp",
"created_by": "string",
"modified_at": "google.protobuf.Timestamp",
"done": "bool",
"metadata": {
"export_id": "string"
},
// Includes only one of the fields `error`, `response`
"error": "google.rpc.Status",
"response": {
"id": "string",
"folder_id": "string",
"cloud_id": "string",
"created_at": "google.protobuf.Timestamp",
"name": "string",
"description": "string",
"labels": "map<string, string>",
"group_id": "string",
"sink_id": "string",
"params": {
"resource_types": [
"string"
],
"resource_ids": [
"string"
],
"stream_names": [
"string"
],
"levels": [
"Level"
],
"filter": "string"
}
}
// end of the list of possible fields
}
An Operation resource. For more information, see Operation.
Field |
Description |
id |
string ID of the operation. |
description |
string Description of the operation. 0-256 characters long. |
created_at |
Creation timestamp. |
created_by |
string ID of the user or service account who initiated the operation. |
modified_at |
The time when the Operation resource was last modified. |
done |
bool If the value is |
metadata |
Service-specific metadata associated with the operation. |
error |
The error result of the operation in case of failure or cancellation. Includes only one of the fields The operation result. |
response |
The normal response of the operation in case of success. Includes only one of the fields The operation result. |
CreateExportMetadata
Field |
Description |
export_id |
string ID of the export being created. |
Export
Field |
Description |
id |
string Export ID. |
folder_id |
string Export folder ID. |
cloud_id |
string Export cloud ID. |
created_at |
Export creation time. |
name |
string Export name. |
description |
string Export description. |
labels |
object (map<string, string>) Export lables. |
group_id |
string Group logs are exported from. |
sink_id |
string Sink logs are exported to. |
params |
Parameters of logs filtration. |
ExportParams
Field |
Description |
resource_types[] |
string |
resource_ids[] |
string |
stream_names[] |
string |
levels[] |
enum Level
|
filter |
string |