描述
根据传入参数修改解析记录。
请求参数
名称 | 类型 | 是否必须 | 描述 |
Action | String | 是 | 操作接口名,系统规定参数,取值:UpdateDomainRecord |
RecordId | String | 是 | 解析记录的ID,此参数在添加解析时会返回,在获取域名解析列表时会返回 |
RR | String | 是 | 主机记录,如果要解析@.exmaple.com,主机记录要填写"@”,而不是空 |
Type | String | 是 | 解析记录类型,参见解析记录类型格式 |
Value | String | 是 | 记录值 |
TTL | Long | 否 | 生存时间,默认为600秒(10分钟),参见TTL定义说明 |
Priority | Long | 否 | MX记录的优先级,取值范围[1,10],记录类型为MX记录时,此参数必须 |
Line | String | 否 | 解析线路,默认为default。参见解析线路枚举 |
名称 | 类型 | 描述 |
RequestId | String | 唯一请求识别码 |
RecordId | String | 解析记录的ID |
错误代码 | 描述 | HTTP 状态码 | 语义 |
DomainRecordNotBelongToUser | The domain record does not belong to this user. | 400 | 解析记录在本账户下不存在 |
DomainRecordDuplicate | The domain record is duplicated. | 400 | 解析记录已存在 |
DomainRecordConflict | The domain record is conflict with other records. | 400 | 解析记录冲突 |
DomainForbidden | The action could not be completed because the domain has been forbidden. | 400 | 禁止解析操作的域名 |
DomainRecordLocked | The domain record has been locked. | 400 | 解析记录被锁定 |
UnKnownError | There is an unknown error in system. | 400 | 未知错误 |
QuotaExceeded.Record | You Can’t add this domain record because the {“Type RR Line”} record has been out of MAX count (90). | 400 | 超出解析记录类型最大值90 |
QuotaExceeded.ARecord | You Can’t add this domain record because the {“Type RR Line”} record has been out of MAX count. | 400 | 超出A(AAAA)记录类型最大值 |
RecordForbidden.BlackHole | The action could not be completed because there are some reords have been into black hole. | 400 | 域名解析防护进入黑洞 |
URLForwardError.PanRecord | The Pan-record is not supported in url forward record. | 400 | URL转发不支持泛解析记录 |
URLForwardError.NotDefaultLine | The url forward record only support default line. | 400 | URL转发不是默认线路 |
URLForwardError. ChineseChar | The Chinese char is not supported in url forward record. | 400 | URL转发目标域名为中文域名 |
URLForwardError.NotVerifyDomain | The domain name must be verified in Hichina in url forward record. | 400 | URL转发域名未备案 |
QuotaExceeded.URLRecord | The URL record has been out of MAX count. | 400 | URL转发数量超过限制 |
QuotaExceeded.SubDomain | The sub domain levels have been out of MAX count. | 400 | 子域名级别超过限制 |
QuotaExceeded.TTL | The TTL parameter has been out of range. | 400 | TTL时间超出限制 |
UnsupportedLine | This line is not be supported in this DNS version. | 400 | 当前版本不支持的解析线路 |
RecordForbidden.DNSChange | The action could not be completed because DNS is changing. | 400 | DNS迁移过程禁止操作 |
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。