Queries a list of member accounts.
Operation description
This operation queries information about the member accounts of Cloud Firewall.
QPS limits
This operation is limited to 10 queries per second (QPS) for each user. If you exceed this limit, API calls are throttled. Throttling may affect your business. We recommend that you call this operation at a reasonable rate.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
9CC69FDA-69F6-585B-9262-A306F425**** |
| InstanceMemberCount |
integer |
The number of Cloud Firewall member accounts. |
3 |
| MaxInstanceMemberNum |
integer |
The maximum number of member accounts supported by Cloud Firewall. |
1000 |
Examples
Success response
JSON format
{
"RequestId": "9CC69FDA-69F6-585B-9262-A306F425****",
"InstanceMemberCount": 3,
"MaxInstanceMemberNum": 1000
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ErrorAliUid | Aliuid invalid. | The aliuid is invalid. |
| 400 | ErrorDBSelectError | A database select error occurred. | The error message returned because an internal error has occurred in querying the database. |
| 400 | ErrorMarshalJSON | internal error. | Internal error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.