Domain name for API request: emr.tencentcloudapi.com.
This API is used to terminate a task node.
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: TerminateTasks. |
Version | Yes | String | Common Params. The value used for this API: 2019-01-03. |
Region | No | String | Common Params. This parameter is not required for this API. |
InstanceId | Yes | String | Instance ID. |
ResourceIds.N | Yes | Array of String | List of resource IDs of the node to be terminated. The resource ID is in the format of emr-vm-xxxxxxxx . A valid resource ID can be queried in the console. |
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 terminate a task node.
POST / HTTP/1.1
Host: emr.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: TerminateTasks
<Common request parameters>
{
"InstanceId": "emr-4slr7ad7",
"ResourceIds": [
"emr-vm-xxx33tg"
]
}
{
"Response": {
"RequestId": "4d701c1e-8507-47e1-8c69-a8f06a236f24"
}
}
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 |
---|---|
InternalError | Internal error. |
InternalError.AccountCgwError | An error occurred while calling another service API. |
InternalError.CamCgwError | An error occurred while calling another service API. |
InternalError.CamError | An error occurred while calling another service API. |
InternalError.CbsCgwError | An error occurred while calling another service API. |
InternalError.CbsError | An error occurred while calling another service API. |
InternalError.CdbCgwError | An error occurred while calling another service API. |
InternalError.CdbError | An error occurred while calling another service API. |
InternalError.ConfigCgwError | An error occurred while calling another service API. |
InternalError.CvmError | An error occurred while calling another service API. |
InternalError.KmsError | An error occurred while calling another service API. |
InternalError.ProjectCgwError | An error occurred while calling another service API. |
InternalError.SgError | An error occurred when calling a security group API. |
InternalError.TagError | An error occurred while calling another service API. |
InternalError.TradeCgwError | An error occurred while calling another service API. |
InternalError.VpcCgwError | An error occurred while calling another service API. |
InternalError.VpcError | An error occurred while calling another service API. |
InternalError.WoodServerError | An error occurred while calling another service API. |
InvalidParameter | Invalid parameter. |
InvalidParameter.InvalidAppId | Invalid AppId . |
InvalidParameter.InvalidInstanceName | Invalid cluster name. |
InvalidParameter.InvalidJobFlow | Invalid process task. |
InvalidParameter.InvalidResourceIds | Invalid resource ID. |
ResourceInUse.InstanceInProcess | The instance is under workflow. |
ResourceNotFound.ClusterNotFound | The instance was not found. |
ResourceNotFound.InstanceNotFound | The instance was not found. |
ResourceNotFound.ResourceNotFound | Unable to find the monitoring metadata. |
UnknownParameter | Unknown parameter. |
UnsupportedOperation | Unsupported operation. |
Was this page helpful?