Domain name for API request: vpc.tencentcloudapi.com.
This API is used to adjust the renewal flag for the monthly subscription EIP.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: ModifyAddressesRenewFlag. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. This API only supports: ap-bangkok, ap-beijing, ap-chengdu, ap-chongqing, ap-guangzhou, ap-hongkong, ap-jakarta, ap-mumbai, ap-nanjing, ap-seoul, ap-shanghai, ap-shanghai-fsi, ap-shenzhen-fsi, ap-singapore, ap-tokyo, eu-frankfurt, na-ashburn, na-siliconvalley, sa-saopaulo. |
AddressIds.N | Yes | Array of String | List of unique EIP IDs, for example, eip-xxxx. |
RenewFlag | Yes | String | Auto-renewal flag.
If this parameter is set to NOTIFY_AND_AUTO_RENEW and the account balance is sufficient, the instance will be automatically renewed on a monthly basis after expiration. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
Adjusting the Renewal Flag for the Monthly Subscription EIP
https://vpc.tencentcloudapi.com/?Action=ModifyAddressesRenewFlag
&AddressIds.0=eip-cpfph9t4
&RenewFlag=NOTIFY_AND_MANUAL_RENEW
&<Common request parameters>
{
"Response": {
"RequestId": "c89a8c84-6943-45ad-9342-36f599d77754"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InvalidParameterValue | The parameter value is invalid. |
InvalidParameterValue.AddressIdMalformed | This IP address ID is invalid. |
InvalidParameterValue.AddressNotFound | Unable to find the address. |
InvalidParameterValue.ResourceNotSupport | The resource does not support this operation. |
UnsupportedOperation.AddressStatusNotPermit | This operation is not supported by the IP address status. |
本页内容是否解决了您的问题?