Mengkueri rekaman Sesi historis.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
POST HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Source |
string |
No |
Sumber Produk. Nilainya adalah `polardb-console` (Konsol polardb). |
polardb-console |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
E2FDB684-751D-424D-98B9-704BEA****** |
| Data |
array<object> |
The result set. |
|
|
object |
The result set. |
||
| SessionId |
string |
The session ID. |
01IC17MLISBB98SL345H7B5AES1E8VB1 |
| Title |
string |
The content. |
content |
| SessionStatus |
integer |
The status of the session. Valid values:
|
1 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "E2FDB684-751D-424D-98B9-704BEA******\t\n",
"Data": [
{
"SessionId": "01IC17MLISBB98SL345H7B5AES1E8VB1",
"Title": "content",
"SessionStatus": 1
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.