tencent cloud

APIs

EstimateRebuildIndexTask

Unduh
Mode fokus
Ukuran font
Terakhir diperbarui: 2026-06-10 15:02:04

1. API Description

Domain name for API request: cls.intl.tencentcloudapi.com.

This API is used to estimate rebuild index tasks.

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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: EstimateRebuildIndexTask.
Version Yes String Common Params. The value used for this API: 2020-10-16.
Region Yes String Common Params. For more information, please see the list of regions supported by the product.
TopicId Yes String Log topic ID
StartTime Yes Integer Estimated task start time, in milliseconds
EndTime Yes Integer Estimated end time of the task, in milliseconds.

3. Output Parameters

Parameter Name Type Description
RemainTime Integer This API is used to Estimates the time needed for index rebuilding, in seconds.
WriteTraffic Integer Estimates write traffic size, in MB
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.

4. Example

Example1 Estimating the Index Reconstruction Time

Input Example

POST / HTTP/1.1
Host: cls.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: EstimateRebuildIndexTask
<Common request parameters>

{
    "TopicId": "a5ce0c9c-xxxx-44a5-bc79-5f2190626bd0",
    "StartTime": 1234567890123,
    "EndTime": 1234567890456
}

Output Example

{
    "Response": {
        "RequestId": "6ef60bec-0242-43af-bb20-270359fb54a7",
        "RemainTime": 10000,
        "WriteTraffic": 1345
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
AuthFailure CAM signature/authentication error.
AuthFailure.UnauthorizedOperation Request unauthorized.
FailedOperation Operation failed.
InternalError Internal error.
InvalidParameter Incorrect parameter.
InvalidParameterValue Incorrect parameter value.
MissingParameter Missing parameter.
OperationDenied Operation denied.
ResourceNotFound.TopicNotExist The log topic does not exist.

Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan