Domain name for API request: cvm.tencentcloudapi.com.
This API is used to configure the out-of-band network and 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: ConfigureChcAssistVpc. |
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. |
ChcIds.N | Yes | Array of String | CHC host IDs |
BmcVirtualPrivateCloud | Yes | VirtualPrivateCloud | Out-of-band network information |
BmcSecurityGroupIds.N | No | Array of String | Out-of-band network security group list |
DeployVirtualPrivateCloud | No | 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, 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. |
This example shows you how to configure the out-of-band network and deployment network of a CHC host.
GET https://cvm.tencentcloudapi.com/?Action=ConfigureChcAssistVpc
&ChcIds.0=chc-1a2b3c4d
&ChcIds.1=chc-adf34aft
&BmcVirtualPrivateCloud.SubnetId="subnet-12345678"
&BmcVirtualPrivateCloud.VpcId="vpc-12345678"
&BmcVirtualPrivateCloud.PrivateIpAddresses.0=10.0.0.2
&BmcVirtualPrivateCloud.PrivateIpAddresses.1=10.0.0.3
&BmcSecurityGroupIds.0=sg-12345678
&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
&<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 |
---|---|
AccountQualificationRestrictions | Your account failed the qualification verification. |
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.IPAddressMalformed | Invalid IP format |
InvalidParameterValue.IncorrectFormat | Incorrect request parameter format. |
InvalidParameterValue.LimitExceeded | The number of parameter values exceeds the limit. |
InvalidParameterValue.MustDhcpEnabledVpc | The parameter value must be a DHCP-enabled VPC. |
InvalidParameterValue.SubnetIdMalformed | Invalid subnet ID. Please provide a subnet ID in the format of subnet-xxxxxxxx, where “x” can be a lowercase letter or number. |
LimitExceeded.VpcSubnetNum | Insufficient subnet IPs. |
VpcAddrNotInSubNet | The VPC IP address is not in the subnet. |
VpcIpIsUsed | The VPC IP address is already occupied. |
문제 해결에 도움이 되었나요?