Queries a list of access control list (ACL) backups.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SourceIp |
string |
No |
The source IP address. |
110.191.179.XXX |
| Lang |
string |
No |
The language of the response. Valid values:
|
zh |
| CurrentPage |
string |
Yes |
The 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. |
32 |
| RequestId |
string |
The request ID. |
6C9105F2-9F31-5A62-8D52-FA65A3E5**** |
| Backups |
array<object> |
The collection of backup records. |
|
|
object |
The collection of backup records. |
||
| BackUpTime |
integer |
The backup time. |
1743683400 |
| AclCount |
integer |
The number of access control lists (ACLs). |
10 |
| Description |
string |
The description of the backup job. |
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.