Mengkueri informasi rinci tentang sebuah database.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-bastionhost:GetDatabase |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
ID bastion host yang mengelola database yang akan dikueri. Catatan
Anda dapat memanggil operasi DescribeInstances untuk mengkueri ID bastion host. |
bastionhost-cn-wwo36qbv601 |
| RegionId |
string |
No |
ID wilayah bastion host yang mengelola database yang akan dikueri. Catatan
Untuk informasi lebih lanjut tentang pemetaan antara ID wilayah dan nama wilayah, lihat Wilayah dan zona. |
cn-hangzhou |
| DatabaseId |
string |
Yes |
ID database yang akan dikueri. Catatan
Anda dapat memanggil operasi ListDatabases untuk mengkueri ID database. |
21 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Database |
object |
The returned detailed information about the database. |
|
| ActiveAddressType |
string |
The address type of the database. Valid values:
|
Public |
| Comment |
string |
The remarks of the database. |
comment |
| DatabaseId |
string |
The database ID. |
22 |
| DatabaseName |
string |
The name of the database. |
test |
| DatabasePort |
integer |
The port of the database. |
3306 |
| DatabasePrivateAddress |
string |
The internal endpoint of the database. |
rm-bp1zq****** |
| DatabasePublicAddress |
string |
The public endpoint of the database. |
rm-uf65****** |
| DatabaseType |
string |
The database engine. Valid values:
|
MySQL |
| NetworkDomainId |
string |
The ID of the network domain to which the database belongs. |
45 |
| Source |
string |
The database type. Valid values:
|
Local |
| SourceInstanceId |
string |
The ID of the ApsaraDB RDS instance or PolarDB cluster. Catatan
If Source is set to Local, this parameter is empty. |
i-wz9527ob0e0nftcsffke |
| SourceInstanceRegionId |
string |
The region ID of the ApsaraDB RDS instance or PolarDB cluster. |
cn-hangzhou |
| SourceInstanceState |
string |
The status of the database. Valid values:
|
Normal |
| RequestId |
string |
The request ID. |
4D72B883-9D15-5B05-B987-DFD10EB1FFB4 |
Contoh
Respons sukses
JSONformat
{
"Database": {
"ActiveAddressType": "Public",
"Comment": "comment",
"DatabaseId": "22",
"DatabaseName": "test",
"DatabasePort": 3306,
"DatabasePrivateAddress": "rm-bp1zq******",
"DatabasePublicAddress": "rm-uf65******",
"DatabaseType": "MySQL",
"NetworkDomainId": "45",
"Source": "Local",
"SourceInstanceId": "i-wz9527ob0e0nftcsffke",
"SourceInstanceRegionId": "cn-hangzhou",
"SourceInstanceState": "Normal"
},
"RequestId": "4D72B883-9D15-5B05-B987-DFD10EB1FFB4"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | The argument is invalid. | |
| 500 | InternalError | An unknown error occurred. | |
| 404 | DatabaseNotFound | The database is not found. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.