Domain name for API request: tcss.tencentcloudapi.com.
This API is used to query the information of an unfinished asset refreshing task.
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: DescribeUnfinishRefreshTask. |
Version | Yes | String | Common Params. The value used for this API: 2020-11-01. |
Region | No | String | Common Params. This parameter is not required. |
Parameter Name | Type | Description |
---|---|---|
TaskId | Integer | ID of the last task |
TaskStatus | String | Task status. Valid values: Task_New , Task_Running , Task_Finish , Task_Error , Task_NoExist . Task_New and Task_Running indicate that a task exists and no new task can be distributed. |
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. |
POST / HTTP/1.1
Host: tcss.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeUnfinishRefreshTask
<Common request parameters>
{}
{
"Response": {
"RequestId": "e7e5ce68-b074-4fb7-8354-f2b87260063e",
"TaskId": 0,
"TaskStatus": "Task_NoExist"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
Was this page helpful?