Cloud Logging Service, REST: Export.List
Retrieves the list of exports in the specified folder.
HTTP request
GET https://logging.api.cloud.yandex.net/logging/v1/exports
Query parameters
Field |
Description |
folderId |
string Required field. Folder ID of the exports to return. To get a folder ID make a yandex.cloud.resourcemanager.v1.FolderService.List request. |
pageSize |
string (int64) The maximum number of results per page to return. If the number of available Default value: 100. |
pageToken |
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:
|
Response
HTTP Code: 200 - OK
{
"exports": [
{
"id": "string",
"folderId": "string",
"cloudId": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"labels": "string",
"groupId": "string",
"sinkId": "string",
"params": {
"resourceTypes": [
"string"
],
"resourceIds": [
"string"
],
"streamNames": [
"string"
],
"levels": [
"string"
],
"filter": "string"
}
}
],
"nextPageToken": "string"
}
Field |
Description |
exports[] |
List of exports in the specified folder. |
nextPageToken |
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. |
folderId |
string Export folder ID. |
cloudId |
string Export cloud ID. |
createdAt |
string (date-time) Export creation time. String in RFC3339 To work with values in this field, use the APIs described in the |
name |
string Export name. |
description |
string Export description. |
labels |
string Export lables. |
groupId |
string Group logs are exported from. |
sinkId |
string Sink logs are exported to. |
params |
Parameters of logs filtration. |
ExportParams
Field |
Description |
resourceTypes[] |
string |
resourceIds[] |
string |
streamNames[] |
string |
levels[] |
enum (Level)
|
filter |
string |