Queries the detailed information about a database.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-bastionhost:GetDatabase |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the bastion host that manages the database to query. Note
You can call the DescribeInstances operation to query the ID of the bastion host. |
bastionhost-cn-wwo36qbv601 |
| RegionId |
string |
No |
The region ID of the bastion host that manages the database to query. Note
For more information about the mapping between region IDs and region names, see Regions and zones. |
cn-hangzhou |
| DatabaseId |
string |
Yes |
The ID of the database to query. Note
You can call the ListDatabases operation to query the database ID. |
21 |
Response elements
|
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. Note
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 |
Examples
Success response
JSON format
{
"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"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | The argument is invalid. | The argument is invalid. |
| 500 | InternalError | An unknown error occurred. | An unknown error occurred. |
| 404 | DatabaseNotFound | The database is not found. | The database is not found. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.