硅云幫助文檔中心
搜索文檔
熱門搜索詞:
產(chǎn)品簡介
產(chǎn)品定價
常見問題
知識拓展
API參考
搜索域名
搜索域名,返回以創(chuàng)建時間倒序返回
/domain-server/api/v1/domain/search
GET
字段 | 類型 | 最大長度 | 參數(shù)位置 | 默認選填 | 描述 |
page | int | 10 | RequestBody | 默認1 第一頁 | |
row | int | 10 | RequestBody | 默認10 一頁10行,最大100 | |
id | string | 32 | RequestBody | 域名實例id | |
domainName | string | 64 | RequestBody | 域名 | |
autoRenew | boolean | 1 | RequestBody | 是否開啟自動續(xù)費 | |
userEmail | string | 64 | RequestBody | 郵箱 | |
status | string | 16 | RequestBody | 實例狀態(tài) | |
domainName | string | 64 | RequestBody | 域名 | |
fromCreateTime | long | 18 | RequestBody | 創(chuàng)建時間左區(qū)間時間戳,精確到毫秒 | |
toCreateTime | long | 18 | RequestBody | 創(chuàng)建時間右區(qū)間時間戳,精確到毫秒 | |
fromEndTime | long | 18 | RequestBody | 到期時間左區(qū)間時間戳,精確到毫秒 | |
toEndTime | long | 18 | RequestBody | 到期時間右區(qū)間時間戳,精確到毫秒 |
GET /domain-server/api/v1/domain/search HTTP/1.1 request_id: 2942183558593ffc9d75fb8e16793ff api_key: 1706006863049654272 signature: c73341bd839d5caa63794ae64f0b35d5389b471a453bc9b78ddcad720c75f91f Content-Type: application/json { "row":1 }
count 表示該條件下總共由多少個域名
{ "status": 2000, "message": "success", "data": { "count": 14, "data": [ { "userAccount": "z8z87878", "userEmail": "", "languageType": "en", "domainTld": ".com", "domainName": "testApi.com", "productName": ".com英文域名", "beginTime": 1589508439000, "endTime": 1621044439000, "sourceProvider": "cn-bizcn", "templateInfo": "tm-3hc22eb24i222", "owner": "12", "personal": true, "status": "OPEN_FAIL", "verifiedStatus": "NoData", "isSupportWhois": true, "whoisProtectStart": false, "domainStatus": "unknown", "latestOrderId": "1706721689489899521", "autoRenew": false, "createTime": 1589508439981, "updateTime": 1589508444922, "id": "dom-3hdvycq2a2223" } ] } }
實例數(shù)據(jù)結構:
字段 | 類型 | 描述 |
id | string | 實例id |
userAccount | string | 用戶名 |
status | string | 實例狀態(tài) |
owner | string | 域名所有者 |
personal | boolean | true為個人域名,由模板決定 |
isSupportWhois | boolean | true為改類型域名支持whois保護,但前提是域名要通過了實名認證 |
verifiedStatus | string | NoData表示未知實名信息,ValidSuccess表示實名通過 |
domainStatus | string | 域名服務商所在狀態(tài) |
您對該文檔有什么建議?
本文導航