Queries the database accounts of a database and whether a user group is authorized to manage each database account.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-bastionhost:ListDatabaseAccountsForUserGroup |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The bastion host ID. Note
You can call the DescribeInstances operation to query the bastion host ID. |
bastionhost-cn-pe334a03o0h |
| 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-hangzhou |
| UserGroupId |
string |
Yes |
The ID of the user group to query. This operation returns whether the user group is authorized to manage each database account. Note
You can call the ListUserGroups operation to query the user group ID. |
3 |
| DatabaseId |
string |
Yes |
The ID of the database whose database accounts you want to query. Note
You can call the ListDatabaseAccounts operation to query the database account ID. |
36 |
| 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 database accounts returned. |
|
|
object |
|||
| DatabaseAccountId |
string |
The ID of the database account. |
4 |
| DatabaseAccountName |
string |
The name of the database account. |
root |
| DatabaseId |
string |
The ID of the database to which the database account belongs. |
11 |
| IsAuthorized |
boolean |
Indicates whether the user group is authorized to manage the database account. Valid values:
|
true |
| ProtocolName |
string |
The protocol used by the database account. Valid values:
|
MySQL |
| RequestId |
string |
The request ID. |
EC9BF0F4-8983-491A-BC8C-1B4DD94976DE |
| TotalCount |
integer |
The total number of database accounts returned. |
10 |
Examples
Success response
JSON format
{
"DatabaseAccounts": [
{
"DatabaseAccountId": "4",
"DatabaseAccountName": "root",
"DatabaseId": "11",
"IsAuthorized": true,
"ProtocolName": "MySQL"
}
],
"RequestId": "EC9BF0F4-8983-491A-BC8C-1B4DD94976DE",
"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.