All Products
Search
Document Center

Enterprise Distributed Application Service:QuerySlsLogStoreList

Last Updated:Jan 08, 2024

Queries the configuration details of Log Service for an application.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Debug

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
edas:ReadApplicationRead
  • Application
    acs:edas:{#regionId}:{#accountId}:namespace/{#NameSpaceId}/application/{#AppId}
    none
none

Request syntax

GET /pop/v5/k8s/sls/query_sls_log_store_list

Request parameters

ParameterTypeRequiredDescriptionExample
AppIdstringYes

The ID of the application.

af58edcf-f7eb-****-****-db4e425f****
TypestringYes

The type of data that is collected by Log Service. Valid values:

  • file: the file type
  • stdout: the standard output type
file
PageSizeintegerNo

The number of entries to return on each page.

1000
CurrentPageintegerNo

The number of the page to return. Pages start from Page 1.

1

Response parameters

ParameterTypeDescriptionExample
object
Codeinteger

The HTTP status code that is returned.

200
Messagestring

The message that is returned.

success
RequestIdstring

The ID of the request.

d6834ee9-5045-*************
TotalSizeinteger

The number of log sources configured for the application.

1
Resultobject []

The configurations of Log Service for the application.

CreateTimestring

The time when the logging service was created.

2020-05-18 22:08:46
Logstorestring

The name of the Logstore.

thisisatestlogstore
ConsumerSidestring

The type of the logging service.

Log Service
Projectstring

The name of the project.

k8s-log-c846f28edbd1d4c6aa9d78c0e********
Sourcestring

The source of logs. Valid values:

  • Standard output: stdout.log
  • File log: the directory that stores logs
/var/log/*

Examples

Sample success responses

JSONformat

{
  "Code": 200,
  "Message": "success",
  "RequestId": "d6834ee9-5045-*************",
  "TotalSize": 1,
  "Result": [
    {
      "Link": "https://sls.console.aliyun.com/lognext/project/k8s-log-c846f28edbd1d4c6aa9d78c0e********/logsearch/thisisiss",
      "CreateTime": "2020-05-18 22:08:46",
      "Logstore": "thisisatestlogstore",
      "ConsumerSide": "Log Service\n",
      "Project": "k8s-log-c846f28edbd1d4c6aa9d78c0e********",
      "Source": "/var/log/*"
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.