Domain name for API request: ecm.tencentcloudapi.com.
This API is used to modify the configuration of a module. You cannot modify the configuration of the module if it is associated with an instance.
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: ModifyModuleConfig. |
Version | Yes | String | Common Params. The value used for this API: 2019-07-19. |
Region | No | String | Common Params. This parameter is not required for this API. |
ModuleId | Yes | String | Module ID. |
InstanceType | Yes | String | Model ID. |
DefaultDataDiskSize | Yes | Integer | Default data disk size in GB. It cannot exceed the system disk size range. For more information, see DescribeConfig . |
DefaultSystemDiskSize | No | Integer | Default system disk size in GB. It cannot exceed the system disk size range. For more information, see DescribeConfig . |
SystemDisk | No | SystemDisk | System disk |
DataDisks.N | No | Array of DataDisk | Data disk |
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 modify the configuration of a module.
https://ecm.tencentcloudapi.com/?Action=ModifyModuleConfig
&ModuleId=em-0vag13d1
&InstanceType=SN3ne.2XLARGE16
&DefaultDataDiskSize=100
&<Common request parameters>
{
"Response": {
"RequestId": "36c0f8c7-a1fb-4ba5-9e5d-fa3447331a5f"
}
}
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 |
---|---|
FailedOperation.InternalOperationFailure | Internal error. |
InvalidParameter.InvalidDataFormat | The data format is incorrect. |
InvalidParameterValue.InvaildModifyParam | The parameter is incorrect. |
InvalidParameterValue.InvalidDataDiskSize | The data disk size is invalid. |
InvalidParameterValue.InvalidImageArchitecture | Models with a memory of 4 GB or above do not support 32-bit OS images. |
InvalidParameterValue.InvalidInstanceType | The configuration of a High-IO model cannot be adjusted. |
InvalidParameterValue.InvalidInstanceTypeConfigID | The model ID is invalid. |
InvalidParameterValue.InvalidModuleID | The module ID is invalid. |
InvalidParameterValue.InvalidPublicParam | The common parameter is invalid. |
InvalidParameterValue.ModuleNotAllowChange | The default configuration of an ECM module associated with instances cannot be modified. |
MissingParameter.MissingModuleParameter | The module operation parameters are incomplete. |
UnauthorizedOperation.ForbiddenOperation | You don't have the permission to perform this operation. |
Was this page helpful?