Mengkueri sesi aplikasi AI.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
ID wilayah. |
cn-hangzhou |
| ApplicationId |
string |
Yes |
ID aplikasi. |
pa-************** |
| StartTime |
string |
Yes |
Awal rentang pengatur waktu untuk dikueri. Tentukan pengatur waktu dalam format |
2022-11-15T16:00Z |
| EndTime |
string |
Yes |
Akhir rentang pengatur waktu untuk dikueri. |
2020-02-01T18:00Z |
| PageSize |
integer |
No |
Jumlah entri per halaman. |
30 |
| PageNumber |
integer |
No |
Nomor halaman. |
1 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| PageNumber |
integer |
Nomor halaman. |
1 |
| PageRecordCount |
integer |
Jumlah entri pada halaman saat ini. |
30 |
| RequestId |
string |
ID permintaan. |
7F2007D3-7E74-4ECB-89A8-BF130D****** |
| TotalRecordCount |
string |
Jumlah total entri. |
1 |
| Items |
object |
||
| items |
array<object> |
Daftar sesi. |
|
|
object |
Daftar sesi. |
||
| Agent |
string |
main |
|
| SessionId |
string |
c84ae910-7a02-4873-a4f5-9275920fcdb8 |
|
| Time |
string |
1769047514542 |
|
| ApplicationId |
string |
ID aplikasi. |
pa-******************** |
Contoh
Respons sukses
JSONformat
{
"PageNumber": 1,
"PageRecordCount": 30,
"RequestId": "7F2007D3-7E74-4ECB-89A8-BF130D******",
"TotalRecordCount": "1",
"Items": {
"items": [
{
"Agent": "main",
"SessionId": "c84ae910-7a02-4873-a4f5-9275920fcdb8",
"Time": "1769047514542"
}
]
},
"ApplicationId": "pa-********************"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidStartTime.Malformed | The specified parameter StartTime is not valid. | Parameter StartTime yang ditentukan tidak valid. |
| 404 | InvalidDBClusterId.NotFound | The DBInstanceId provided does not exist in our records. | DBClusterId yang ditentukan tidak ada dalam catatan saat ini. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.