tencent cloud

Feedback

ConfigureChcDeployVpc

Last updated: 2024-01-04 16:11:17

    1. API Description

    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.

    We recommend you to use API Explorer
    Try it
    API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

    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 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

    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. Example

    Example1 Configuring the deployment network of a CHC host

    This example shows you how to configure the deployment network of a CHC.

    Input Example

    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>
    

    Output Example

    {
        "Response": {
            "RequestId": "62DDFFC6-FDB5-44F7-20A6-59152E3D129A"
        }
    }
    

    5. Developer Resources

    SDK

    TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

    Command Line Interface

    6. Error Code

    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.DeployVpcAlreadyExists A deployment VPC already exists.
    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.
    VpcAddrNotInSubNet The VPC IP address is not in the subnet.
    VpcIpIsUsed The VPC IP address is already occupied.