Domain name for API request: cvm.tencentcloudapi.com.
This API is used to configure the deployment network of a CHC host.
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: ConfigureChcDeployVpc. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
Region | No | String | Common Params. This parameter is not required for this API. |
ChcIds.N | Yes | Array of String | CHC instance ID |
DeployVirtualPrivateCloud | Yes | VirtualPrivateCloud | Deployment network information |
DeploySecurityGroupIds.N | No | Array of String | Deployment network security group list |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows you how to configure the deployment network of a CHC.
GET https://cvm.tencentcloudapi.com/?Action=ConfigureChcDeployVpc
&ChcIds.0=chc-1a2b3c4d
&ChcIds.1=chc-adf34aft
&DeployVirtualPrivateCloud.SubnetId="subnet-1234abcd"
&DeployVirtualPrivateCloud.VpcId="vpc-1234abcd8"
&DeployVirtualPrivateCloud.PrivateIpAddresses.0=10.0.1.2
&DeployVirtualPrivateCloud.PrivateIpAddresses.1=10.0.1.3
&DeploySecurityGroupIds.0=sg-8a7f6d5s
&ChcDeployExtraConfig.MiniOsType=public
&ChcDeployExtraConfig.BootType=x86_legacy
&ChcDeployExtraConfig.BootFile=pxelinux.0
&ChcDeployExtraConfig.NextServerAddress=169.254.68.10
&<Common request parameters>
{
"Response": {
"RequestId": "62DDFFC6-FDB5-44F7-20A6-59152E3D129A"
}
}
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 |
---|---|
InvalidHost.NotSupported | The specified operation on this CDH instance is not support . |
InvalidInstance.NotSupported | This instance is not supported. |
InvalidParameter | A parameter error occurred. |
InvalidParameterValue.AmountNotEqual | The number of request parameters are not equal. |
InvalidParameterValue.ChcHostsNotFound | Corresponding CHC hosts not found. |
InvalidParameterValue.DeployVpcAlreadyExists | A deployment VPC already exists. |
InvalidParameterValue.LimitExceeded | The number of parameter values exceeds the limit. |
InvalidParameterValue.MustDhcpEnabledVpc | The parameter value must be a DHCP-enabled VPC. |
VpcAddrNotInSubNet | The VPC IP address is not in the subnet. |
VpcIpIsUsed | The VPC IP address is already occupied. |
本页内容是否解决了您的问题?