ModifyIp6Rule

Last Updated At: 2026-08-02 00:06:18

1. Interface Description

Interface request domain name: vpc.api3.convergecloud.com.

This API is used to modify IPv6 translation rules, currently only supporting modification of the translation rule name, IPv4 address, and IPv4 port number.

Default interface request rate limit: 20 times per second.

Interface update time: 2019-01-25 01:40:59.

The interface is both signature verification and authentication.

2. Input Parameters

The following list of request parameters only lists interface request parameters and some public parameters, For a complete list of public parameters see public request parameters.

Parameter name Required Allow NULL Type Description
Action Yes No String Public parameter, The value of this interface: ModifyIp6Rule
Version Yes No String Public parameter, The value of this interface: 2017-03-12
Region No No String Public parameter,Regional information A list of supported geographies is available through the DescribeRegions interface
Ip6TranslatorId Yes No String The unique ID of the IPv6 translation instance, such as ip6-37xao8t.
Example: ip6-90pt7p9q
Ip6RuleId Yes No String Unique ID of the IPv6 translation rule, such as rule6-7v3vwgec.
Example: rule6-7v3vwgec
Ip6RuleName No No String Modified Name for IPv6 Translation Rules
Example: "rule_name"
Vip No No String IPv4 address after modification of IPv6 translation rules
Example: 100.192.3.9
Vport No No Int64 IPv4 port number after modification of the IPv6 translation rules
Example: 77

3. Output Parameters

Parameter name Type Description
RequestId String Unique request id, Each request will return. The RequestId of the request needs to be provided when locating the problem.

4. Error Code

The following lists only the error codes related to the interface business logic, For other error codes, see public ErrorCode.

Error Code Description
InvalidParameter Invalid input parameters.
InternalServerError Internal operation error.