Queries the member accounts in a resource directory for a Cloud Firewall instance.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SourceIp |
string |
No |
The source IP address of the request. |
47.100.170.XXX |
| Lang |
string |
No |
The language of the request and response. Valid values:
|
zh |
| CurrentPage |
string |
No |
The number of the page to return. |
1 |
| PageSize |
string |
No |
The number of the page to return. |
10 |
| MemberUid |
string |
No |
The UID of the member account. |
258039427902**** |
| MemberDisplayName |
string |
No |
The display name of the member account. |
cloudfirewall_2 |
| MemberDesc |
string |
No |
The description of the member account. |
renewal |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
06D1EC07-C9EB-58AC-A750-C87C9A0**** |
| Accounts |
array<object> |
The information about the accounts. |
|
|
object |
The information about the account. |
||
| DisplayName |
string |
The display name of the member. |
test |
| AccountId |
string |
The ID of the member account. |
171054237268**** |
Examples
Success response
JSON format
{
"RequestId": "06D1EC07-C9EB-58AC-A750-C87C9A0****",
"Accounts": [
{
"DisplayName": "test",
"AccountId": "171054237268****"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ErrorParamsNotEnough | Parameters are insufficient. | Parameters are insufficient. |
| 400 | ErrorNoInstanceInDb | no instance for process in db. | The specified instance does not exist. |
| 400 | ErrorParamsInvalid | Invalid Params | The parameter is invalid. |
| 400 | ErrorInstanceAliuidNotDaMa | instance aliuid not DA or MA. | The Alibaba Cloud account to which Cloud Firewall belongs is not specified as a delegated administrator account or management account. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.