Cloud Logging Service, gRPC: ExportService.List
Retrieves the list of exports in the specified folder.
gRPC request
rpc List (ListExportsRequest) returns (ListExportsResponse)
ListExportsRequest
{
"folder_id": "string",
"page_size": "int64",
"page_token": "string",
"filter": "string"
}
Field |
Description |
folder_id |
string Required field. Folder ID of the exports to return. To get a folder ID make a yandex.cloud.resourcemanager.v1.FolderService.List request. |
page_size |
int64 The maximum number of results per page to return. If the number of available Default value: 100. |
page_token |
string Page token. To get the next page of results, set |
filter |
string A filter expression that filters exports listed in the response. The expression must specify:
|
ListExportsResponse
{
"exports": [
{
"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"
}
}
],
"next_page_token": "string"
}
Field |
Description |
exports[] |
List of exports in the specified folder. |
next_page_token |
string Token for getting the next page of the list. If the number of results is greater than Each subsequent page will have its own |
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 |