Cancels specified O&M tasks.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes CancelActiveOperationTasks

The operation that you want to perform. Set the value to CancelActiveOperationTasks.

Ids String Yes 11111,22222

The ID of the O&M task. Separate multiple IDs with commas (,).

Note You can call the DescribeActiveOperationTask operation to query the IDs of O&M tasks.

Response parameters

Parameter Type Example Description
Ids String 11111,22222

The ID of the O&M task. IDs are separated by commas (,).

RequestId String AE4F6C34-065F-45AA-F5BN-4B8D816F6305

The ID of the request.

Examples

Sample requests

http(s)://hbase.aliyuncs.com/?Action=CancelActiveOperationTasks
&Ids=11111,22222
&<Common request parameters>

Sample success responses

XML format

<CancelActiveOperationTasksResponse>
    <RequestId>AE4F6C34-065F-45AA-F5BN-4B8D816F6305</RequestId>
    <Ids>11111,22222</Ids>
</CancelActiveOperationTasksResponse>

JSON format

{
    "RequestId":"AE4F6C34-065F-45AA-F5BN-4B8D816F6305",
    "Ids":"11111,22222"
}

Error codes

For a list of error codes, visit the API Error Center.