Detail Log Aplikasi AI
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:DescribeApplicationLogs |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
ID region. |
cn-hangzhou |
| ApplicationId |
string |
Yes |
ID aplikasi. |
pa-************** |
| StartTime |
string |
Yes |
Waktu mulai untuk kueri. Tentukan waktu dalam format |
2026-03-25T01:57:00Z |
| EndTime |
string |
Yes |
Waktu akhir untuk kueri. Tentukan waktu dalam format |
2026-03-25T02:11:00Z |
| PageSize |
integer |
No |
Jumlah entri yang dikembalikan per halaman. Nilai default: 30. Nilai valid: 30 hingga 100. |
100 |
| PageNumber |
integer |
No |
Nomor halaman yang dikembalikan. Nilai default adalah 1. |
3 |
| Level |
string |
No |
Tingkat log. Parameter ini hanya berlaku untuk instance polarclaw. |
WARN |
| Keyword |
string |
No |
Kata kunci yang dicari. Parameter ini hanya berlaku untuk instance polarclaw. |
Config |
| Type |
string |
No |
Jenis log. Parameter ini hanya berlaku untuk instance polarclaw. Saat ini, hanya |
gateway |
| ContainerName |
string |
No |
Nama kontainer. |
analytics |
| ComponentName |
string |
No |
ID instance komponen. |
pac-xxx |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Objek respons. |
||
| PageNumber |
integer |
Nomor halaman. |
1 |
| ApplicationId |
string |
ID aplikasi. |
pa-************** |
| PageRecordCount |
integer |
Jumlah record pada halaman saat ini. |
6 |
| RequestId |
string |
ID permintaan. |
CED079B7-A408-41A1-BFF1-EC608E****** |
| TotalRecordCount |
integer |
Jumlah total record. |
9 |
| Items |
object |
Kontainer untuk data log. |
|
| LogRecords |
array<object> |
Daftar record log. |
|
|
object |
Satu record log. |
||
| 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 timestamp of the log entry. |
2026-03-14T16:45:30.912Z |
| FileLine |
string |
This parameter is not used. |
暂未使用 |
| FileName |
string |
This parameter is not used. |
暂未使用 |
| FullFilePath |
string |
This parameter is not used. |
暂未使用 |
| Hostname |
string |
The hostname of the node. |
pa-2zeg98z1q3ixryz61-lymz8-fbgk7 |
| LogLevelId |
integer |
The ID of the log level. |
4 |
| LogLevelName |
string |
The name of the log level. |
WARN |
| Method |
string |
This parameter is not used. |
暂未使用 |
| Name |
string |
The name of the log source. |
openclaw |
| Runtime |
string |
The runtime environment. |
node |
| RuntimeVersion |
string |
The runtime version. |
22.22.0 |
| Time |
string |
The timestamp of the log entry. This parameter is an alias for the |
2026-03-14T16:45:30.912Z |
| ContainerName |
string |
The name of the container. |
analytics |
| ComponentName |
string |
The name of the component. |
pac-xxx |
Contoh
Respons sukses
JSONformat
{
"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"
}
]
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidStartTime.Malformed | The specified parameter StartTime is not valid. | |
| 404 | InvalidDBClusterId.NotFound | The DBInstanceId provided does not exist in our records. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.