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.
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 | 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 |
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 |
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 modify the CHC attributes.
GET https://cvm.tencentcloudapi.com/?Action=ModifyChcAttribute
&ChcIds.0=chc-r8hr2upy
&ChcIds.1=chc-5d8a23rs
&InstanceName=server1
&DeviceType=CHC_HS1
&<Common request parameters>
{
"Response": {
"RequestId": "6ef60bec-0242-43af-bb20-270359fb54a7"
}
}
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 . |
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. |
Was this page helpful?