Queries the information about all member accounts in Web Application Firewall (WAF). This operation is used for the multi-account management feature.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-waf:DescribeMemberAccounts |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceManagerResourceGroupId |
string |
No |
The ID of the Alibaba Cloud resource group. |
rg-acfm***q |
| RegionId |
string |
No |
The region where the WAF instance resides. Valid values:
|
cn-hangzhou |
| InstanceId |
string |
Yes |
The ID of the WAF instance. Note
Call the DescribeInstance operation to query the ID of the WAF instance. |
waf_cdnsdf3**** |
| SourceIp |
string |
No |
The source IP address of the request. The system automatically obtains this value. |
0.0.XX.XX |
| AccountStatus |
string |
No |
The state of the member accounts. Use this parameter to query member accounts in a specific state.
|
enabled |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
50C4A80D-D46C-57E0-9A7D-03C078474852 |
| AccountInfos |
array<object> |
Information about the member accounts. |
|
|
object |
|||
| AccountId |
string |
The ID of the member account. |
169************21 |
| AccountName |
string |
The name of the member account. |
ipflgmqqnbjg |
| AccountStatus |
string |
The status of the member account.
|
enabled |
| Description |
string |
The description of the member account. |
test |
| GmtCreate |
integer |
The time when the member account was added. |
1683367751000 |
Examples
Success response
JSON format
{
"RequestId": "50C4A80D-D46C-57E0-9A7D-03C078474852",
"AccountInfos": [
{
"AccountId": "169************21",
"AccountName": "ipflgmqqnbjg",
"AccountStatus": "enabled",
"Description": "test",
"GmtCreate": 1683367751000
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.