Domain name for API request: vpc.tencentcloudapi.com.
This API (CreateHaVip) is used to create a highly available virtual IP (HAVIP)
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.
This document describes the parameters for Signature V1. It's recommended to use the V3 signature, which provides higher security. Note that for Signature V3, the common parameters need to be placed in the HTTP Header. See details.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: CreateHaVip. |
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. |
VpcId | Yes | String | The ID of the VPC to which the HAVIP belongs. |
SubnetId | Yes | String | The ID of the subnet to which the HAVIP belongs. |
HaVipName | Yes | String | The name of the HAVIP . |
Vip | No | String | The specified virtual IP address, which must be within the IP range of the VPC and not in use. It will be automatically assigned if not specified. |
Parameter Name | Type | Description |
---|---|---|
HaVip | HaVip | HAVIP object. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://vpc.tencentcloudapi.com/?Action=CreateHaVip
&VpcId=vpc-6v2ht8q5
&SubnetId=subnet-qq51iwr4
&HaVipName=test+name
&Vip=10.4.6.15
&<Common request parameters>
{
"Response": {
"HaVip": {
"HaVipId": "havip-72alakye",
"HaVipName": "test name",
"Vip": "10.4.6.15",
"VpcId": "vpc-6v2ht8q5",
"SubnetId": "subnet-qq51iwr4",
"NetworkInterfaceId": "",
"InstanceId": "",
"AddressIp": "",
"State": "UNBIND",
"CreatedTime": "2018-10-10 17:03:09",
"Business": "SCF"
},
"RequestId": "fcb47621-838b-428e-8c33-6e210d93c451"
}
}
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 |
---|---|
InvalidParameter | A parameter error occurred. |
InvalidParameterValue | Incorrect parameter value. |
InvalidParameterValue.Duplicate | The input parameter already exists. |
InvalidParameterValue.InvalidBusiness | The parameter value does not exist or is not supported. |
InvalidParameterValue.Malformed | Invalid input parameter format. |
InvalidParameterValue.TooLong | Invalid parameter value. The parameter value is too long. |
LimitExceeded | Quota limit is reached. |
ResourceInsufficient | Insufficient resources. |
ResourceNotFound | The resource does not exist. |
Was this page helpful?