Mengkueri tabel instans Tablestore yang dapat dipulihkan.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| CrossAccountType |
string |
No |
Menentukan apakah data dicadangkan dalam satu akun Alibaba Cloud yang sama atau lintas akun Alibaba Cloud. Nilai valid:
|
CROSS_ACCOUNT |
| CrossAccountUserId |
integer |
No |
ID akun Alibaba Cloud sumber yang mengizinkan akun Alibaba Cloud saat ini untuk mencadangkan data lintas akun Alibaba Cloud. |
1440155109798732 |
| CrossAccountRoleName |
string |
No |
Nama Peran RAM yang dibuat dalam akun Alibaba Cloud sumber dan ditetapkan ke akun Alibaba Cloud saat ini untuk mengizinkan akun Alibaba Cloud saat ini mencadangkan data lintas akun Alibaba Cloud. |
hbrcrossrole |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
14DC089E-5DD3-5028-AEDB-93D78E11DB2A |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
| Code |
string |
The response code. The status code 200 indicates that the request was successful. |
200 |
| Message |
string |
The returned message. If the request was successful, "successful" is returned. If the request failed, an error message is returned. |
successful |
| OtsInstances |
array<object> |
The list of Tablestore instances that can be restored and the tables in the instances. |
|
|
object |
The list of Tablestore instances that can be restored and the tables in the instances. |
||
| InstanceName |
string |
The name of the Tablestore instance that can be restored. |
instancename |
| TableNames |
array |
The names of the tables in the Tablestore instance. |
|
|
string |
The names of the tables in the Tablestore instance. |
["table1", "table2", "table3"] |
Contoh
Respons sukses
JSONformat
{
"RequestId": "14DC089E-5DD3-5028-AEDB-93D78E11DB2A",
"Success": true,
"Code": "200",
"Message": "successful",
"OtsInstances": [
{
"InstanceName": "instancename",
"TableNames": [
"[\"table1\", \"table2\", \"table3\"]"
]
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.