All Products
Search
Document Center

Cloud Firewall:ModifyNatFirewallControlPolicyPosition

Last Updated:Sep 02, 2024

Modifies the priority of an access control policy that is created for a NAT firewall.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-cloudfirewall:ModifyNatFirewallControlPolicyPositionupdate
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
LangstringNo

The language of the content within the response. Valid values:

  • zh: Chinese (default)
  • en: English
zh
NatGatewayIdstringYes

The ID of the NAT gateway.

ngw-xxxxxx
DirectionstringNo

The direction of the traffic to which the access control policy applies.

  • Set the value to out.
out
NewOrderintegerYes

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
AclUuidstringYes

The UUID of the access control policy.

66961eea-e659-4225-84c9-9b6da76ec401

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

60617208-F5F7-5B44-BB1E-3AC1B6FCD627

Examples

Sample success responses

JSONformat

{
  "RequestId": "60617208-F5F7-5B44-BB1E-3AC1B6FCD627"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-03-13The internal configuration of the API is changed, but the call is not affectedView Change Details
2023-12-07The request parameters of the API has changedView Change Details