Queries the paging status of NAT firewall access control lists (ACLs).
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the request and response. Valid values:
|
en |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| NatAclPageEnable |
boolean |
Indicates whether a dedicated page is available for NAT firewall ACLs. |
True |
| RequestId |
string |
The ID of the request. |
B97F9AD7-A2DB-5F8F-9206-DF89DE0AC9E8 |
| Detail |
string |
The error details. |
proxy_not_exist |
Examples
Success response
JSON format
{
"NatAclPageEnable": true,
"RequestId": "B97F9AD7-A2DB-5F8F-9206-DF89DE0AC9E8",
"Detail": "proxy_not_exist"
}
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 | ErrorParameterIpVersion | The IP version is invalid. | The IP version is invalid. |
| 400 | ErrorParametersDirection | The direction is invalid. | The direction is invalid. |
| 400 | ErrorDBSelect | An error occurred while querying database. | An error occurred while querying database. |
| 400 | ErrorUnmarshalJSON | An error occurred while parsing JSON. | An error occurred while decoding JSON. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.