| Field | Type | Description |
|---|---|---|
| traceId | String | Reference trace ID for the domain action log |
| action | String | Action performed in the domain action log Possible return values: "DOM_RERTRF_IN_DONE", "DOM_RERTRF_REQ", "DOM_RERTRF_REQ_RESTRF", "DOM_RERTRF_APV", "DOM_RERTRF_AWY_RJT", "DOM_RERTRF_AWY_APV", "DOM_RERTRF_AWY_DONE", "DOM_RERTRF_IN_CCL_RJT", "DOM_RERTRF_IN_DONE", "DOM_RERTRF_IN_DONE_INTEGRATED", "DOM_RERTRF_OUT_ADD", "DOM_RERTRF_OUT_UPDATE", "DOM_RERTRF_OUT_DELETE", "DOM_RESTRF_REQ", "DOM_RESTRF_APV", "DOM_RESTRF_TF", "DOM_RESTRF_RTF", "DOM_RESTRF_REFUND", "DOM_RESTRF_RW", "DOM_RESTRF_COMPLETE", "DOMADD", "DOMRNW", "DOM_RESTORE", "MODAUTH", "SENDAUTH", "DEL_DOM_SYS", "MOD_DNS", "MOD_DNS_SYS", "MOD_DOM_SYS", "BUNDLEDOM" |
| domain | String | Domain associated with the action |
| ext | String | Extension of domain |
| response | Object | Response details |
| dtcreate | ZonedDateTime | Date and time when the domain log was created |
| beforeContent | Object | Content before the action |
| afterContent | Object | Content after the action |
curl --location --request GET 'https://oteapi.webnic.cc/domain/v2/log/info?traceId=317a97f7a1441eb0' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"traceId": "317a97f7a1441eb0",
"action": "DOMADD",
"domain": "JIMTESTRESTREG20",
"ext": "COM",
"response": {},
"dtcreate": "2023-03-16T17:41:06+08:00",
"beforeContent": {},
"afterContent": {}
}
}