Queries a list of ACL backups.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-cloudfirewall:DescribeAclBackupList |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SourceIp |
string |
No |
The source IP address of the request. |
110.191.179.XXX |
| Lang |
string |
No |
The language of the response. Valid values:
|
zh |
| CurrentPage |
string |
Yes |
The current page number. |
1 |
| PageSize |
string |
Yes |
The number of entries per page. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| TotalCount |
integer |
The total number of entries returned. |
32 |
| RequestId |
string |
The request ID. |
6C9105F2-9F31-5A62-8D52-FA65A3E5**** |
| Backups |
array<object> |
The backup records. |
|
|
object |
The backup records. |
||
| BackUpTime |
integer |
The time when the backup was created. This value is a UNIX timestamp representing the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC. |
1743683400 |
| AclCount |
integer |
The number of access control policies in the backup. |
10 |
| Description |
string |
The description of the backup. |
description |
Examples
Success response
JSON format
{
"TotalCount": 32,
"RequestId": "6C9105F2-9F31-5A62-8D52-FA65A3E5****",
"Backups": [
{
"BackUpTime": 1743683400,
"AclCount": 10,
"Description": "description"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ErrorParametersUid | The aliUid parameter is invalid. | The aliUid parameter is invalid. |
| 400 | ErrorParametersPageSizeOrNo | Either pageSize or pageNo is invalid. | Either pageSize or pageNo is invalid. |
| 400 | ErrorDBSelect | An error occurred while querying database. | An error occurred while querying database. |
| 400 | ErrorMarshalJSON | An error occurred while encoding JSON. | An error occurred while encoding JSON. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.