Modifies the priority of an access control policy that is created for a NAT firewall.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
yundun-cloudfirewall:ModifyNatFirewallControlPolicyPosition | update |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Lang | string | No | The language of the content within the response. Valid values:
| zh |
NatGatewayId | string | Yes | The ID of the NAT gateway. | ngw-xxxxxx |
Direction | string | No | The direction of the traffic to which the access control policy applies.
| out |
NewOrder | integer | Yes | The new priority of the IPv4 access control policy. You must specify a numeric value for this parameter. The value 1 indicates the highest priority. A larger value indicates a lower priority. Note
Make sure that the value of this parameter is within the priority range of existing IPv4 access control policies. Otherwise, an error occurs when you call this operation.
Before you call this operation, we recommend that you call the DescribeNatFirewallPolicyPriorUsed operation to query the priority range of the IPv4 access control policies in the specified traffic direction. | 5 |
AclUuid | string | Yes | The UUID of the access control policy. | 66961eea-e659-4225-84c9-9b6da76ec401 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "60617208-F5F7-5B44-BB1E-3AC1B6FCD627"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-03-13 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
2023-12-07 | The request parameters of the API has changed | View Change Details |