Queries information about the member accounts of Cloud Firewall.
Operation description
You can call this operation to query information about the member accounts of Cloud Firewall.
QPS limit
The queries per second (QPS) limit for this operation is 10 calls per second per user. If you exceed the limit, API calls are throttled. This may affect your business. Call this operation at a reasonable rate.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CurrentPage |
string |
No |
The page number. The default value is 1. |
1 |
| PageSize |
string |
No |
The number of entries per page. The default value is 20. |
20 |
| MemberUid |
string |
No |
The UID of the Cloud Firewall member account. |
258039427902**** |
| MemberDisplayName |
string |
No |
The name of the Cloud Firewall member account. |
cloudfirewall_2 |
| MemberDesc |
string |
No |
The description of the Cloud Firewall member account. The description must be 1 to 256 characters in length. |
renewal |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
A531AE1A-FBA2-48B6-BAB8-84D02BD409EE |
| PageInfo |
object |
The pagination information. |
|
| CurrentPage |
integer |
The page number of the returned page. |
1 |
| PageSize |
integer |
The number of entries returned per page. |
20 |
| TotalCount |
integer |
The total number of Cloud Firewall member accounts. |
20 |
| Members |
array<object> |
The information about the Cloud Firewall member accounts. |
|
|
object |
|||
| MemberDesc |
string |
The description of the Cloud Firewall member account. |
renewal |
| MemberDisplayName |
string |
The name of the Cloud Firewall member account. |
cloudfirewall_2 |
| CreateTime |
integer |
The time when the member account was added to Cloud Firewall. This value is a UNIX timestamp. Unit: seconds. |
1615189819 |
| MemberUid |
integer |
The UID of the Cloud Firewall member account. |
258039427902**** |
| MemberStatus |
string |
The status of the Cloud Firewall member account. Valid values:
|
normal |
| ModifyTime |
integer |
The time when the member account was last modified. This value is a UNIX timestamp. Unit: seconds. |
1615189819 |
Examples
Success response
JSON format
{
"RequestId": "A531AE1A-FBA2-48B6-BAB8-84D02BD409EE",
"PageInfo": {
"CurrentPage": 1,
"PageSize": 20,
"TotalCount": 20
},
"Members": [
{
"MemberDesc": "renewal",
"MemberDisplayName": "cloudfirewall_2",
"CreateTime": 1615189819,
"MemberUid": 0,
"MemberStatus": "normal",
"ModifyTime": 1615189819
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ErrorParameters | A parameter error occurred. | A parameter error occurred. |
| 400 | ErrorDBSelect | An error occurred while querying database. | An error occurred while querying database. |
| 400 | ErrorParamsNotEnough | Parameters are insufficient. | Parameters are insufficient. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.