Contents:
1. API Description
Domain name for API request: vpc.tencentcloudapi.com.
This API (ModifyAddressAttribute) is used to modify the name of an Elastic IP(EIP).
A maximum of 10 requests can be initiated per second for this API.
Note: This API supports Finance regions. Since Finance regions and non-Finance regions are isolated and not interconnected. If the common parameter Region is a Finance region (such as ap-shanghai-fsi), you need to specify a domain name containing the Finance region that should be identical to the value of Region field, for example: vpc.ap-shanghai-fsi.tencentcloudapi.com.
2. Input Parameters
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 parameter. The value used for this API: ModifyAddressAttribute |
Version | Yes | String | Common parameter. The value used for this API: 2017-03-12 |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
AddressId | Yes | String | The unique ID of an EIP. Example of the unique ID of an EIP: eip-11112222 . |
AddressName | Yes | String | The modified EIP name. It is limited to 20 characters. |
3. Output Parameters
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
4. Error Codes
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InvalidAddressId.NotFound | The specified EIP does not exist. |
InvalidParameterValue | Invalid parameter value. |
InvalidParameterValue.TooLong | Invalid parameter value. The parameter value is too long. |
5. Example
Example 1 Modify the name of an EIP
Input example
https://vpc.tencentcloudapi.com/?Action=ModifyAddressAttribute
&AddressId=eip-p2x6wxc0
&AddressName=test_eip
&<Common request parameters>
Output example
{
"Response": {
"RequestId": "6EF60BEC-0242-43AF-BB20-270359FB54A7"
}
}
6. Other Resources
Cloud API 3.0 comes with the following development tools to make it easier to call the API.