DescribeApplicationLogs

更新时间:
复制 MD 格式

AI Application Log Details

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

polardb:DescribeApplicationLogs

get

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

Yes

The region ID.

cn-hangzhou

ApplicationId

string

Yes

The application ID.

pa-**************

StartTime

string

Yes

The start time for the query. Specify the time in YYYY-MM-DDTHH:mmZ format (UTC).

2026-03-25T01:57:00Z

EndTime

string

Yes

The end time for the query. Specify the time in YYYY-MM-DDTHH:mmZ format (UTC).

2026-03-25T02:11:00Z

PageSize

integer

No

The number of entries to return on each page. Default value: 30. Valid values: 30 to 100.

100

PageNumber

integer

No

The page number to return. The default value is 1.

3

Level

string

No

The log level. This parameter applies only to polarclaw instances.

WARN

Keyword

string

No

The keyword to search for. This parameter applies only to polarclaw instances.

Config

Type

string

No

The log type. This parameter applies only to polarclaw instances. Currently, only gateway is supported.

gateway

ContainerName

string

No

The container name.

analytics

ComponentName

string

No

The component instance ID.

pac-xxx

Response elements

Element

Type

Description

Example

object

The response object.

PageNumber

integer

The page number.

1

ApplicationId

string

The application ID.

pa-**************

PageRecordCount

integer

The number of records on the current page.

6

RequestId

string

The request ID.

CED079B7-A408-41A1-BFF1-EC608E******

TotalRecordCount

integer

The total number of records.

9

Items

object

A container for the log data.

LogRecords

array<object>

A list of log records.

object

A single log record.

Content

string

The content of the log entry.

Config warnings:\\n- plugins.entries.feishu: plugin feishu: duplicate plugin id detected; later plugin may be overridden (/app/extensions/feishu/index.ts)

Date

string

The log entry timestamp.

2026-03-14T16:45:30.912Z

FileLine

string

This parameter is not in use.

暂未使用

FileName

string

This parameter is not in use.

暂未使用

FullFilePath

string

This parameter is not in use.

暂未使用

Hostname

string

The hostname of the source node.

pa-2zeg98z1q3ixryz61-lymz8-fbgk7

LogLevelId

integer

The log level ID.

4

LogLevelName

string

The log level name.

WARN

Method

string

This parameter is not in use.

暂未使用

Name

string

The name of the log source.

openclaw

Runtime

string

The runtime.

node

RuntimeVersion

string

The runtime version.

22.22.0

Time

string

The log entry timestamp.

2026-03-14T16:45:30.912Z

ContainerName

string

The container name.

analytics

ComponentName

string

The instance ID of the sub-component.

pac-xxx

Examples

Success response

JSON format

{
  "PageNumber": 1,
  "ApplicationId": "pa-**************",
  "PageRecordCount": 6,
  "RequestId": "CED079B7-A408-41A1-BFF1-EC608E******",
  "TotalRecordCount": 9,
  "Items": {
    "LogRecords": [
      {
        "Content": "Config warnings:\\\\n- plugins.entries.feishu: plugin feishu: duplicate plugin id detected; later plugin may be overridden (/app/extensions/feishu/index.ts)",
        "Date": "2026-03-14T16:45:30.912Z",
        "FileLine": "暂未使用",
        "FileName": "暂未使用",
        "FullFilePath": "暂未使用",
        "Hostname": "pa-2zeg98z1q3ixryz61-lymz8-fbgk7",
        "LogLevelId": 4,
        "LogLevelName": "WARN",
        "Method": "暂未使用",
        "Name": "openclaw",
        "Runtime": "node",
        "RuntimeVersion": "22.22.0",
        "Time": "2026-03-14T16:45:30.912Z",
        "ContainerName": "analytics",
        "ComponentName": "pac-xxx"
      }
    ]
  }
}

Error codes

HTTP status code

Error code

Error message

Description

400 InvalidStartTime.Malformed The specified parameter StartTime is not valid. The specified StartTime parameter is invalid.
404 InvalidDBClusterId.NotFound The DBInstanceId provided does not exist in our records. The specified DBClusterId parameter does not exist in the current record.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.