Cloud Logging Service, REST: LogGroup.List
Retrieves the list of log groups in the specified folder.
HTTP request
GET https://logging.api.cloud.yandex.net/logging/v1/logGroups
Query parameters
Field |
Description |
folderId |
string Required field. Folder ID of the log groups 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 log groups listed in the response. The expression must specify:
|
Response
HTTP Code: 200 - OK
{
"groups": [
{
"id": "string",
"folderId": "string",
"cloudId": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"labels": "string",
"status": "string",
"retentionPeriod": "string",
"dataStream": "string"
}
],
"nextPageToken": "string"
}
Field |
Description |
groups[] |
List of log groups 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 |
LogGroup
Field |
Description |
id |
string Log group ID. |
folderId |
string Log group folder ID. |
cloudId |
string Log group cloud ID. |
createdAt |
string (date-time) Log group creation time. String in RFC3339 To work with values in this field, use the APIs described in the |
name |
string Log group name. |
description |
string Log group description. |
labels |
string Log group labels. |
status |
enum (Status) Status of the log group.
|
retentionPeriod |
string (duration) Log group entry retention period. Entries will be present in group during this period. |
dataStream |
string Data stream name |