Domain name for API request: batch.intl.tencentcloudapi.com.
This API is used to terminate compute nodes in batches. It is not allowed to repeatedly terminate the same 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: TerminateComputeNodes. |
| 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. |
| EnvId | Yes | String | Compute environment ID |
| ComputeNodeIds.N | Yes | Array of String | List of compute node IDs |
| 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. |
https://batch.intl.tencentcloudapi.com/?Action=TerminateComputeNodes
&EnvId=env-lcx7qbbr
&ComputeNodeIds.0=node-lcpcej85
&ComputeNodeIds.1=node-lcz8jkvw
&<Common request parameters>
{
"Response": {
"RequestId": "c50bfbf1-d214-4e41-90f6-39270dc9f071"
}
}
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 |
|---|---|
| InvalidParameter.ComputeNodeIdMalformed | Invalid compute node ID format. |
| InvalidParameter.EnvIdMalformed | Invalid compute environment ID format. |
| ResourceNotFound.ComputeEnv | The specified compute environment does not exist. |
| ResourceNotFound.ComputeNode | The specified compute node does not exist. |
| UnsupportedOperation | Unsupported operation. |
| UnsupportedOperation.AcceptOtherRequest | Another request is being processed and deletion is prohibited. |
| UnsupportedOperation.ComputeEnvAcceptOtherRequest | The compute environment accepts other requests. |
| UnsupportedOperation.ComputeNodeForbidTerminate | Compute node termination is prohibited. |
| UnsupportedOperation.ComputeNodeIsTerminating | The compute node is terminating. |
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários