硅云幫助文檔中心
搜索文檔
熱門(mén)搜索詞:
產(chǎn)品簡(jiǎn)介
產(chǎn)品定價(jià)
常見(jiàn)問(wèn)題
知識(shí)拓展
API參考
搜索域名過(guò)戶(hù)記錄,以時(shí)間倒序返回
/domain-server/api/v1/domain/searchInnerTransfer
GET
字段 | 類(lèi)型 | 最大長(zhǎng)度 | 參數(shù)位置 | 默認(rèn)選填 | 描述 |
page | int | 10 | RequestBody | 默認(rèn)1 第一頁(yè) | |
row | int | 10 | RequestBody | 默認(rèn)10 一頁(yè)10行 | |
domainName | string | 64 | RequestBody | 域名 | |
status | string | 32 | RequestBody | 狀態(tài) | |
fromCreateTime | long | 18 | RequestBody | 創(chuàng)建時(shí)間時(shí)間戳左區(qū)間,精確到毫秒 | |
toCreateTime | long | 18 | RequestBody | 創(chuàng)建時(shí)間時(shí)間戳右區(qū)間,精確到毫秒 |
GET /domain-server/api/v1/domain/searchInnerTransfer HTTP/1.1 request_id: 2942183558593ffc9d75fb8e16793ff api_key: 1706006863049654272 signature: cc8fa6fa282ec62cc4c4571979b2ac306f92a577860ba5e96db368dd85a12640 Content-Type: application/json { "row": 1 }
count表示符合該查詢(xún)條件的記錄有多少條
{ "status": 2000, "message": "success", "data": { "count": 5, "data": [ { "userAccount": "z8z87878", "templateId": "1673975508244365312", "domainId": "dom-3h47f4324i222", "domainName": "asdafwxszsc.com", "owner": "xxx", "status": "ERROR", "errorReason": "Record is not exist details:Message: Invalid Attribute: contid.", "version": 1, "createTime": 1589513148589, "updateTime": 1589513149579, "id": "1706726746813890560" } ] } }
字段 | 類(lèi)型 | 描述 |
status | string | 狀態(tài),PROCESSING處理中,TIME_OUT請(qǐng)求超時(shí),會(huì)自動(dòng)重試,OK過(guò)戶(hù)成功,ERROR過(guò)戶(hù)失敗 |
createTime | long | 創(chuàng)建時(shí)間時(shí)間戳,精確到毫秒 |
id | string | 請(qǐng)求記錄id |
errorReason | string | 過(guò)戶(hù)失敗原因 |
owner | string | 域名所有者 |
您對(duì)該文檔有什么建議?
本文導(dǎo)航