tencent cloud

文档反馈

ModifyChcAttribute

最后更新时间:2024-01-04 16:11:17

    1. API Description

    Domain name for API request: cvm.tencentcloudapi.com.

    This API is used to modify the CHC host attributes.

    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: ModifyChcAttribute.
    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 host IDs
    InstanceName No String CHC host name
    DeviceType No String Server type
    BmcUser No String Valid characters: Letters, numbers, hyphens and underscores
    Password No String The password can contain 8 to 16 characters, including letters, numbers and special symbols (()`~!@#$%^&*-+=_|{}).
    BmcSecurityGroupIds.N No Array of String BMC 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 Modifying the CHC host attributes

    This example shows you how to modify the CHC attributes.

    Input Example

    GET https://cvm.tencentcloudapi.com/?Action=ModifyChcAttribute
    &ChcIds.0=chc-r8hr2upy
    &ChcIds.1=chc-5d8a23rs
    &InstanceName=server1
    &DeviceType=CHC_HS1
    &<Common request parameters>
    

    Output Example

    {
        "Response": {
            "RequestId": "6ef60bec-0242-43af-bb20-270359fb54a7"
        }
    }
    

    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 .
    InvalidParameter A parameter error occurred.
    InvalidParameterValue.ChcHostsNotFound Corresponding CHC hosts not found.
    InvalidParameterValue.ChcNetworkEmpty No network is configured for this CHC.
    InvalidParameterValue.IncorrectFormat Incorrect request parameter format.
    InvalidParameterValue.LimitExceeded The number of parameter values exceeds the limit.
    InvalidParameterValue.NotEmpty The parameter value is required.
    InvalidPassword Invalid password. The specified password does not meet the password requirements. For example, the password length does not meet the requirements.
    InvalidSecurityGroupId.NotFound The specified security group ID does not exist.