AI Application Log Details
Try it now
Test
RAM authorization
|
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 |
2026-03-25T01:57:00Z |
| EndTime |
string |
Yes |
The end time for the query. Specify the time in |
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 |
| 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.