閱讀886 返回首頁    go 阿裏雲


申請由管理員找回__域名找回接口_API文檔_雲解析-阿裏雲

描述

如果由於某種原因,獲取不到Whois郵箱的信息(UnableToGetWhoisEmail),可以提交申請,讓係統管理員手工找回。

請求參數

名稱 類型 是否必須 描述
Action String 操作接口名,係統規定參數,取值:ApplyForRetrievalDomainName
DomainName String 域名名稱

返回參數

公共返回參數,詳見公共返回參數

名稱 類型 描述
RequestId String 唯一請求識別碼
DomainName String 域名名稱

錯誤碼

對於所有接口的通用性錯誤,請參考錯誤代碼表

錯誤代碼 描述 HTTP 狀態碼 語義
InvalidDomainName.Format The format of domain is error. 400 域名格式錯誤
InvalidDomainName.Suffix The domain suffix isnot been supported. 400 不支持的域名後綴
InvalidDomainName.Unregistered The domain name is not registered. 400 未注冊的域名
InvalidDomainName.Duplicate The domain name is duplicated in this user’s domain list. 400 本用戶下已存在的域名
CHNDomainInfoNotMatch The information of chinese domain does not match with CNNIC. 400 中文域名與注冊局返回信息不匹配(見注釋)
UnabletoGetWoisInfo The domain is unable to get information from whois system. 400 獲取不到Whois信息
InvalidDomainName.NoExist The domain is not exist in aliyun DNS system. 400 域名在雲解析係統中不存在
Forbidden.TooOfen The operation is too ofen in 90 seconds. 400 90秒內不允許重複找回

示例

請求示例

https://alidns.aliyuncs.com/?Action=ApplyForRetrievalDomain
&DomainName=example.com
&<公共請求參數>

返回示例

XML格式

<ApplyForRetrievalDomainNameResponse>
    <RequestId>536E9CAD-DB30-4647-AC87-AA5CC38C5382</RequestId>
    <DomainName>example.com</DomainName>
</ApplyForRetrievalDomainNameResponse>

JSON示例

{
    "RequestId": "536E9CAD-DB30-4647-AC87-AA5CC38C5382",
    "DomainName": "example.com"
}

最後更新:2016-11-23 17:16:06

  上一篇:go 發起找回域名__域名找回接口_API文檔_雲解析-阿裏雲
  下一篇:go 檢測解析記錄是否生效__域名找回接口_API文檔_雲解析-阿裏雲