Description
Historical task details. Each set of task details corresponds to an asynchronous task of a single domain name. A task is retried five times after a failure.
Node
TaskDetailHistory
Subnodes
Type |
Name |
Description |
String |
TaskType |
Task type, which has the following enumerated values:- CHG_HOLDER: Modify the registrant’s information.
- CHG_DNS: Modify DNS information.
- SET_WHOIS_PROTECT: Set privacy protection.
- UPDATE_ADMIN_CONTACT: Modify the administrator information.
- UPDATE_BILLING_CONTACT: Modify the payers information.
- UPDATE_TECH_CONTACT: Modify the technician information.
- SET_UPDATE_PROHIBITED: Set the domain name security lock.
- SET_TRANSFER_PROHIBITED: Set the domain name transfer lock.
- ORDER_ACTIVATE: Create a registration order.
- ORDER_RENEW: Create a renewal order.
- ORDER_REDEEM: Create a redemption order.
- CREATE_DNSHOST: Create a DNS host.
- UPDATE_DNSHOST: Update a DNS host.
- SYNC_DNSHOST: Synchronize DNS host information.
|
String |
DomainName |
Domain name. |
String |
InstanceId |
Domain name instance ID. |
String |
TaskStatus |
Task status, which has the following values:- WAITING_EXECUTE: The task is waiting for execution.
- EXECUTING: The task is being executed.
- EXECUTE_SUCCESS: The task has been successfully executed.
- EXECUTE_FAILURE: The task failed to be executed.
|
String |
TaskStatusCode |
The task status code, which has the following values:- 0: awaiting execution.
- 1: execution in progress.
- 2: execution successful.
- 3: execution failed.
|
String |
CreateTime |
Task creation time. |
String |
UpdateTime |
Last execution time to obtain task details. |
Integer |
TryCount |
Number of retries to obtain task details. |
String |
TaskNo |
Task ID. |
String |
TaskDetailNo |
Task details ID. |
String |
ErrorMsg |
Task execution failure message. |
String |
TaskTypeDescription |
Description of the task type. |