Queries the historical details of a domain name task by page.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | QueryTaskDetailHistory |
The operation that you want to perform. Set the value to QueryTaskDetailHistory. |
PageSize | Integer | Yes | 1 |
The number of entries to return on each page. |
TaskNo | String | Yes | 75addb07-28a3-450e-b5ec-test |
The ID of the task that you want to query. Note You can call the QueryTaskList operation to query the task ID. For more information, see QueryTaskList.
|
Lang | String | No | en |
The language of the error message to return. Valid values:
Default value: en. |
UserClientIp | String | No | 127.0.0.1 |
The IP address of the client that you use to query the task. |
DomainName | String | No | example.com |
The domain name of the task that you want to query. |
DomainNameCursor | String | No | example.com |
The cursor of the domain name. |
TaskStatus | Integer | No | 0 |
The status of the task. Valid values:
|
TaskDetailNoCursor | String | No | 75addb07-28a3-450e-b5ec |
The cursor of the task details. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
CurrentPageCursor | Struct | None |
The cursor of the current page. |
CreateTime | String | 2019-07-30 00:00:00 |
The time when the task was created. |
DomainName | String | example.com |
The domain name of the task that was queried. |
ErrorMsg | String | Successful |
The task execution result. |
InstanceId | String | S1234456789 |
The instance ID of the domain name that was queried. |
TaskDetailNo | String | 75addb07-28a3-450e-b5ec-2342 |
The ID of the task details. |
TaskNo | String | 75addb07-28a3-450e-b5ec-test |
The ID of the task that was queried. |
TaskStatus | String | EXECUTE_SUCCESS |
The status of the task. Valid values:
|
TaskStatusCode | Integer | 2 |
The status code of the task. Valid values:
|
TaskType | String | CHG_DNS |
The type of the task. Valid values:
|
TaskTypeDescription | String | Change DNS servers |
The description of the task type. |
TryCount | Integer | 0 |
The number of query attempts. |
UpdateTime | String | 2019-07-30 00:00:00 |
The last time when the task was executed. |
NextPageCursor | Struct | None |
The cursor of the next page. |
CreateTime | String | 2019-07-30 00:00:00 |
The time when the task was created. |
DomainName | String | example.com |
The domain name of the task that was queried. |
ErrorMsg | String | The domain name has an update lock. |
The task execution result. |
InstanceId | String | S1234567890 |
The instance ID of the domain name that was queried. |
TaskDetailNo | String | 75addb07-28a3-450e-b5ec-2424 |
The ID of the task details. |
TaskNo | String | 75addb07-28a3-450e-b5ec-test |
The ID of the task that was queried. |
TaskStatus | String | EXECUTE_FAILURE |
The status of the task. Valid values:
|
TaskStatusCode | Integer | 3 |
The status code of the task. Valid values:
|
TaskType | String | CHG_DNS |
The type of the task. Valid values:
|
TaskTypeDescription | String | Change DNS servers |
The description of the task type. |
TryCount | Integer | 5 |
The number of query attempts. |
UpdateTime | String | 2019-07-30 00:00:00 |
The last time when the task was executed. |
Objects | Array | None |
The details of the task. |
CreateTime | String | 2019-07-30 00:00:00 |
The time when the task was created. |
DomainName | String | example.com |
The domain name of the task that was queried. |
ErrorMsg | String | The domain name has an update lock. |
The task execution result. |
InstanceId | String | S123456789 |
The instance ID of the domain name that was queried. |
TaskDetailNo | String | 75addb07-28a3-450e-b5ec-4234 |
The ID of the task details. |
TaskNo | String | 75addb07-28a3-450e-b5ec-test |
The ID of the task that was queried. |
TaskStatus | String | EXECUTE_FAILURE |
The status of the task. Valid values:
|
TaskStatusCode | Integer | 3 |
The status code of the task. Valid values:
|
TaskType | String | CHG_DNS |
The type of the task. Valid values:
|
TaskTypeDescription | String | Change DNS servers |
The description of the task type. |
TryCount | Integer | 5 |
The number of query attempts. |
UpdateTime | String | 2019-07-30 00:00:00 |
The last time when the task was executed. |
PageSize | Integer | 2 |
The number of entries returned per page. |
PrePageCursor | Struct | None |
The cursor of the previous page. |
CreateTime | String | 2019-07-30 00:00:00 |
The time when the task was created. |
DomainName | String | example.com |
The domain name of the task that was queried. |
ErrorMsg | String | The domain name has an update lock. |
The task execution result. |
InstanceId | String | S123456789 |
The instance ID of the domain name that was queried. |
TaskDetailNo | String | 75addb07-28a3-450e-b5ec-123 |
The ID of the task details. |
TaskNo | String | 75addb07-28a3-450e-b5ec-test |
The ID of the task that was queried. |
TaskStatus | String | EXECUTE_FAILURE |
The status of the task. Valid values:
|
TaskStatusCode | Integer | 3 |
The status code of the task. Valid values:
|
TaskType | String | CHG_DNS |
The type of the task. Valid values:
|
TaskTypeDescription | String | Change DNS servers |
The description of the task type. |
TryCount | Integer | 5 |
The number of query attempts. |
UpdateTime | String | 2019-07-30 00:00:00 |
The last time when the task was executed. |
RequestId | String | 548CAE74-88F8-402F-8C12-97E747389C51 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=QueryTaskDetailHistory
&PageSize=1
&TaskNo=75addb07-28a3-450e-b5ec-test
&<Common request parameters>
Sample success responses
XML
format
<QueryTaskDetailHistoryResponse>
<currentPageCursor></currentPageCursor>
<nextPageCursor></nextPageCursor>
<pageSize>2</pageSize>
<prePageCursor></prePageCursor>
<requestId>CCE5DABB-48DF-403C-A7A1-A8F8B4F530CA</requestId>
</QueryTaskDetailHistoryResponse>
JSON
format
{
"currentPageCursor": {},
"nextPageCursor": {},
"objects": [],
"pageSize": 2,
"prePageCursor": {},
"requestId": "CCE5DABB-48DF-403C-A7A1-A8F8B4F530CA"
}
Error codes
For a list of error codes, visit the API Error Center.