Queries Access Control List (ACL) checks in batches.
Operation description
QPS limit
The queries per second (QPS) limit for a single user is 10 calls per second. If this limit is exceeded, your API calls are throttled. This may affect your business. We recommend that you plan your calls accordingly.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language. Valid values:
|
zh |
| AclType |
string |
Yes |
The type of ACL check. Valid values:
|
VPC |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
9AABB1B7-C81F-5158-9EF9-B2DD5D3D**** |
| CheckRecords |
object |
The list of ACL check records. |
|
| AclType |
string |
The type of ACL check. Valid values:
|
Internet |
| Records |
array<object> |
The list of ACL check records. |
|
|
object |
The ACL check record. |
||
| CheckName |
string |
The name of the ACL check. Valid values:
|
AddressBookDomainValid |
| CheckStatus |
string |
The status of the ACL check item. Valid values:
|
Checked |
| CheckType |
string |
The type of ACL check. Valid values:
|
AddressBookGather |
| LastCheckTime |
string |
The UNIX timestamp of the last check, in seconds. |
1724982259 |
| Level |
string |
The risk level. Valid values:
|
Medium |
| AclPendingCount |
integer |
The number of pending ACL check tasks. |
1 |
| AclTotalCount |
integer |
The total number of ACL checks. |
10 |
| TaskId |
string |
The ID of the ACL check task. |
task-c92d4544ef7b6a42 |
Examples
Success response
JSON format
{
"RequestId": "9AABB1B7-C81F-5158-9EF9-B2DD5D3D****",
"CheckRecords": {
"AclType": "Internet",
"Records": [
{
"CheckName": "AddressBookDomainValid",
"CheckStatus": "Checked",
"CheckType": "AddressBookGather",
"LastCheckTime": "1724982259",
"Level": "Medium",
"AclPendingCount": 1,
"AclTotalCount": 10,
"TaskId": "task-c92d4544ef7b6a42"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.