Queries the database accounts of a database.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-bastionhost:ListDatabaseAccounts |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The bastion host ID. |
bastionhost-cn-7mz2za0ro06 |
| RegionId |
string |
No |
The region ID of the bastion host. Note
For more information about the mapping between region IDs and region names, see Regions and zones. |
cn-shanghai |
| DatabaseId |
string |
No |
The ID of the database whose database accounts you want to query. Note
You can call the ListDatabases operation to query the database ID. |
3 |
| PageNumber |
string |
No |
The page number. Default value: 1. |
1 |
| PageSize |
string |
No |
The number of entries per page. Note
We recommend that you do not leave this parameter empty. |
20 |
| DatabaseAccountName |
string |
No |
The name of the database account to query. The name can be up to 128 characters in length. Only exact match is supported. |
test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| DatabaseAccounts |
array<object> |
The returned database accounts. |
|
|
object |
|||
| DatabaseAccountId |
string |
The database account ID. |
59 |
| DatabaseAccountName |
string |
The name of the database account. |
test |
| DatabaseId |
string |
The database ID. |
4 |
| DatabaseSchema |
string |
The name of the database. A value is returned for this parameter if the engine of the database with the specified database ID is PostgreSQL or Oracle. |
orcl |
| HasPassword |
string |
Indicates whether the database account has a password. Valid values:
|
true |
| RequestId |
string |
The request ID. |
4F6C075F-FC86-476E-943B-097BD4E12948 |
| TotalCount |
integer |
The total number of database accounts returned. |
10 |
Examples
Success response
JSON format
{
"DatabaseAccounts": [
{
"DatabaseAccountId": "59",
"DatabaseAccountName": "test",
"DatabaseId": "4",
"DatabaseSchema": "orcl",
"HasPassword": "true"
}
],
"RequestId": "4F6C075F-FC86-476E-943B-097BD4E12948",
"TotalCount": 10
}
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. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.