更新DNS解析记录,支持多种记录类型及源站鉴权配置。
接口说明
此 API 允许您更新 DNS 记录,包括但不限于 A/AAAA、CNAME、NS、MX、TXT、CAA、SRV、URI 等类型。您可以通过传递相应的记录值、优先级、标志位等字段来修改记录内容。对于需要鉴权的 CNAME 源站(如 OSS、S3),API 还支持配置源站鉴权信息,确保安全访问。
注意事项
- 记录值(Value)与记录类型需匹配,如 CNAME 记录应对应目标域名。
- 某些记录类型(如 MX、SRV)需指定优先级(Priority)。
- CAA 记录需提供 Flag、Tag 等特定字段。
- 更新 CERT、SSHFP 等安全记录时,需准确设置 Type、Algorithm 等字段。
- 使用 OSS 或 S3 作为源站时,根据权限配置 AuthConf 中的鉴权详情。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
下表是API对应的授权信息,可以在RAM权限策略语句的Action
元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:
- 操作:是指具体的权限点。
- 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
- 资源类型:是指操作中支持授权的资源类型。具体说明如下:
- 对于必选的资源类型,用前面加 * 表示。
- 对于不支持资源级授权的操作,用
全部资源
表示。
- 条件关键字:是指云产品自身定义的条件关键字。
- 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作 | 访问级别 | 资源类型 | 条件关键字 | 关联操作 |
---|---|---|---|---|
esa:UpdateRecord | update | *全部资源 * |
| 无 |
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RecordId | long | 是 | 记录的 ID,可以通过 ListRecords 获取。 | 1234567890123 |
Ttl | integer | 否 | 记录的过期时间,单位秒。范围为30~86400,或为 1。当取值为 1 时,表示记录的过期时间为自动。 | 30 |
Proxied | boolean | 否 | 记录是否开启代理加速。只有 CNAME 记录与 A/AAAA 记录可以开启代理加速。取值:
| true |
Data | object | 是 | 记录的 DNS 信息。不同类型的记录,该字段需要传的内容也不同,请参考说明文档。 | |
Value | string | 否 | 记录值或部分内容。添加 A/AAAA、CNAME、NS、MX、TXT、CAA、SRV、URI 记录时,该参数必填。在不同类型的记录中,分别表示不同的含义:
| example.com |
Priority | integer | 否 | 记录的优先级,范围为0~65535。数值越小,优先级越高。添加 MX、SRV、URI 记录时,该参数必填。 | 10 |
Flag | integer | 否 | 记录的标志位。CAA 记录的 Flag 指示其优先级和处理方式,取值范围为0~255。添加 CAA 记录时,该参数必填。 | 128 |
Tag | string | 否 | 记录的标签。CAA 记录的 Tag 表示其具体类型和用途。添加 CAA 记录时,该参数必填。 | issue |
Weight | integer | 否 | 记录的权重,范围为0~65535。添加 SRV、URI 记录时,该参数必填。 | 0 |
Port | integer | 否 | 记录的端口,范围为0~65535。添加 SRV 记录时,该参数必填。 | 0 |
Type | integer | 否 | 记录的证书类型(在 CERT 记录中),或公钥类型(在 SSHFP 记录中)。添加 CERT、SSHFP 记录时,该参数必填。 | 0 |
KeyTag | integer | 否 | 记录的公钥标识,范围为0~65535。添加 CERT 记录时,该参数必填。 | 0 |
Algorithm | integer | 否 | 记录所采用的加密算法,范围为0~255。添加 CERT、SSHFP 记录时,该字段必填。 | 0 |
Certificate | string | 否 | 记录的公钥证书信息。添加 CERT、SMIMEA 和 TLSA 记录时,该参数必填。 | dGVzdGFkYWxrcw== |
Usage | integer | 否 | 记录的用途标识,范围为0~255。添加 SMIMEA 和 TLSA 时,该参数必填。 | 0 |
Selector | integer | 否 | 记录所使用的证书或公钥的类型,范围为0~255。添加 SMIMEA 和 TLSA 时,该参数必填。 | 0 |
MatchingType | integer | 否 | 记录用于匹配或验证证书的算法策略,范围为0~255。添加 SMIMEA 和 TLSA 记录时,该参数必填。 | 0 |
Fingerprint | string | 否 | 记录的公钥指纹值。添加 SSHFP 记录时,该参数必填。 | abcdef1234567890 |
SourceType | string | 否 | CNAME 记录的源站类型。添加 CNAME 记录时,需要填写此参数。取值:
该参数不传或传空时,则默认为 Domain,即普通域名源站类型。 | OSS |
BizName | string | 否 | 记录加速时的业务场景,不开启加速的记录不需要传,取值:
| web |
Comment | string | 否 | 记录的备注。 | This is a remark. |
AuthConf | object | 否 | CNAME 记录的源站鉴权信息。 | |
AuthType | string | 否 | 源站鉴权类型,不同的源站类型,支持的鉴权类型不同,源站类型是指本接口中的 SourceType 参数,现在源站类型为 OSS 和 S3 时,需要填写源站鉴权类型,可选值:
| private |
SecretKey | string | 否 | 源站所属账号的 SecretKey,当源站类型为 OSS 且源站鉴权类型为私有跨账号读,或者源站类型为 S3 且源站鉴权类型为私有读时,需要填写此值。 | u0Nkg5gBK*******QF5wvKMM504JUHt |
AccessKey | string | 否 | 源站所属账号的 AccessKey,当源站类型为 OSS 且源站鉴权类型为私有跨账号读,或者源站类型为 S3 且源站鉴权类型为私有读时,需要填写此值。 | VIxuvJSA2S03f******kp208dy5w7 |
Region | string | 否 | 签名算法版本,当源站类型为 S3 且源站鉴权类型为私有读时需要,支持以下两种:
不传时,默认为 v4。 | v2 |
Version | string | 否 | 源站所属区域,当源站类型为 S3 时,需要填写此值,源站所属的区域需要在 S3 的官方网站上获取。 | us-east-1 |
HostPolicy | string | 否 | 回源 HOST 策略,记录类型为 CNAME 时生效,设置回源时带 HOST 的策略,有两种模式:
| follow_origin_domain |
记录的 Data 字段包含记录的 DNS 信息。不同类型的记录,该字段需要传的内容也不同,请参考说明文档。
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "0AEDAF20-4DDF-4165-8750-47FF9C1929C9"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | ServiceInvokeFailed | The call to the internal service failed. The engineer is resolving the problem. Please wait a moment before trying, or contact customer service for details. | 调用服务失败,请稍后重试或联系客服咨询详情。 |
400 | InternalException | Failed to call the service. Try again later or contact technical support. | 调用服务失败,请稍后重试或联系客服咨询详情。 |
400 | NoPermission | You do not have permissions to access or operate on the resource.Contact your account administrator to attach the AliyunESAFullAccess policy to the current user. | 对当前资源无权限访问或者操作。请联系您阿里云账户的管理员,以授予您 AliyunESAFullAccess 策略。 |
400 | InvalidParameter.RecordData | Invalid record content. Adjust your configurations based on the API documentation. | 记录内容参数错误,请根据接口文档调整参数内容。 |
400 | Instance.NotOnline | Your plan is unavailable due to an overdue payment. Complete the payment first. | 您的套餐实例因欠费当前处于非上线状态,请先完成续费操作以继续使用。 |
400 | Record.Reserved | Another operation on the record is in progress. Try again later. | 记录操作正在进行中,请稍等重试。 |
400 | Record.ServiceBusy | The record is being configured. Try again later. | 该记录正在配置中,请稍后再试。 |
400 | Record.Conflict | The specified record content conflicts with existing records. Adjust your configurations based on the related product documentation. | 和已有记录冲突,请根据冲突规则的产品文档调整记录内容。 |
400 | SourceCircleExist | The host record of the resource to be operated on is already the source station of another resource, or the source station of the current resource has been added as a host record. To avoid loopback, modify the host record or source station and retry. | 当前要操作资源的主机记录已经是其他资源的源站,或者当前资源的源站已经被添加为主机记录,为避免回环产生,请修改主机记录或者源站后进行重试。 |
400 | InvalidParameter.InvalidBiz | The incoming parameter value of the business type is empty or incorrect. | 业务类型的值为空或传入参数错误。 |
400 | Record.RecordValueContainSourceInBlacklist | The record value contains the blacklist address, and the details can be submitted for work order consultation. | 记录值包含黑名单地址,详情可提交工单咨询。 |
400 | InvalidParameter.InvalidRecordNameSuffix | If you add other records, the suffix of the host record must be the same as the site name. | 若添加站点同名记录,请将主机记录命名为@,若添加其他记录,主机记录后缀需要和站点名完全一致。请调整后进行重试。 |
400 | InvalidParameter.RecordNameExceedLimit | The length of the record name exceeds the maximum limit. | 记录名称不能超过200个字符。 |
400 | InvalidParameter.InvalidHostPolicy | The host parameter in the origin fetch request is invalid. | 回源Host的参数错误。 |
400 | InvalidParameter.CnameSiteRecordUnsupport | The current record type is not supported for a website connected by CNAME setup. | CNAME方式接入的站点仅支持添加A/AAAA、CNAME类型记录。 |
400 | InvalidParameter.RecordCommentExceedLimit | The number of incoming record comment exceeds the maximum limit. | 记录的备注信息大于50个字符。 |
400 | QuotaExceed.WildCardRecord | The number of wildcard records exceeds the plan quota. Contact the sales team to increase your quota. | 泛域名记录的数量超限,请联系销售增加额度。 |
400 | Record.AorAAAARecordValueContainInvalidIP | The A/AAAA record value contains the invalid IP. | 创建或编辑A/AAAA记录时,记录值包含了无效IP。 |
400 | Record.AorAAAARecordValueIPExceedLimit | The number of IP addresses exceeds the limit for the A/AAAA record. | 创建或编辑A/AAAA记录时,IP数量超限,一个主机记录仅支持8个IPv4和4个IPv6 IP,请调整后重试。 |
400 | Record.CAARecordFlagExceedLimit | The value of the flag parameter for a CAA record is out of range. | 创建或编辑DNS记录信息时,CAA记录的flag参数值超出了范围。 |
400 | Record.CAARecordTagExceedLimit | The CAA record tag has illegal characters other than issue, issuewild, and iodef. | 创建或编辑CAA记录信息时,Tag值传入了issue、issuewild、iodef以外的非法字符。 |
400 | Record.CERTRecordAlgorithmExceedLimit | The value of the algorithm parameter for the CERT record is out of range. | 创建或编辑DNS记录信息时,CERT记录的algorithm参数值超出了范围。 |
400 | Record.CERTRecordKeyTagExceedLimit | The value of the keyTag parameter for a CERT record is out of range. | 创建或编辑DNS记录信息时,CERT记录的keyTag参数值超出了范围。 |
400 | Record.CERTRecordTypeExceedLimit | The CERT record type is out of range. | 创建或编辑DNS记录信息时,CERT记录type参数超出了范围。 |
400 | Record.CNameRecordValueCannotEqualExistedIPASource | The CNAME record cannot be the origin of the added Layer 4 application. Check the values of other Layer 4 proxy records and try again. | CNAME记录不能是已经添加的四层应用的源站,请检查其他四层代理记录的记录值并重试。 |
400 | Record.CNameRecordValueCannotEqualExistedPoolSource | The CNAME record cannot be the origin of the added source address pool. Check and try again. | CNAME记录不能是已经添加的源地址池的源站,请检查后重试。 |
400 | Record.CNameRecordValueCannotEqualExistedRecordSource | The CNAME record cannot be the origin of an added record. Check the record values of other records and try again. | CNAME记录不能是已经添加的记录的源站,请检查其他记录的记录值并重试。 |
400 | Record.CNameRecordValueCannotEqualOtherExistedIPARecord | The record value of a CNAME record cannot be exactly the same as the name of another existing Layer 4 proxy record. | CNAME记录的记录值不能与其他已经存在的四层代理记录名完全相同。 |
400 | Record.CNameRecordValueCannotEqualOtherExistedRecord | The record value of a CNAME record cannot be the same as the name of another existing CNAME record. | CNAME记录的记录值不能与其他已经存在的CNAME记录名完全相同。 |
400 | Record.CNameRecordValueCannotEqualHostRecord | The record value of the CNAME record cannot be exactly the same as the host record. | CNAME记录的记录值不能和主机记录完全一样,请调整后重试。 |
400 | Record.CNameRecordValueExceedLimit | The CNAME record value cannot exceed 253 characters, please delete and try again. | 记录值不能超过253个字符,请删减后重试。 |
400 | Record.CNameRecordValueInvalidDomainUnderline | Record values (DNS-only records) generally start with an underscore, a lowercase letter a-z, and the numbers 0-9. The middle part of the record can be lowercase letters, numbers, or hyphens, and the length is between 0 and 61 characters. | 记录值(仅DNS的记录)一般需以下划线 _、小写字母 a-z 、数字 0-9开头。记录中间部分可用小写字母、数字或连字符 -,长度在 0 到 61 个字符之间。 |
400 | Record.CNameRecordValueInvalidRecordDomain | Record values (records with agent acceleration enabled) must start with a lowercase letter a-z and numbers 0-9. The middle part of the record can be lowercase letters, numbers, or hyphens, and the length is between 0 and 61 characters. | 记录值(开启代理加速的记录)一般需以小写字母 a-z 、数字 0-9开头。记录中间部分可用小写字母、数字或连字符 -,长度在 0 到 61 个字符之间。 |
400 | Record.EmptyRecordValue | The record value is empty, please fill it in correctly and try again. | 记录值为空,请正确填写后重试。 |
400 | Record.InvalidCertEncodeWithCERTRecord | The certificate value of the CERT record is not base64-encoded. | 创建或编辑CERT记录信息时,CERT记录的证书值不是base64编码后的值。 |
400 | Record.InvalidFingerprintWithSSHFPRecord | The SSHFP record fingerprint value is not hexadecimal encoded. | 创建或编辑SSHFP记录信息时,指纹fingerprint值不是16进制编码的。 |
400 | Record.InvalidHTTPURLWithCAARecordTag | The CAA record is prefixed with http:// or https://, a valid URL must be followed. | 创建或编辑CAA记录信息时,当Tag是iodef且Value是以http://或https://为前缀时,后面必须接一个合法的url地址。 |
400 | Record.InvalidIssueDataWithCAARecordTag | The tag of a CAA record can only be a semicolon or a valid domain name separated by semicolons. | 创建或编辑CAA记录信息时,CAA记录的标签Tag,只能是分号或分号分隔的合法域名。 |
400 | Record.InvalidMailAddressWithCAARecordTag | The CAA record tag is prefixed with mailto:, it must be followed by a legal email address. | 创建或编辑CAA记录信息时,当Tag是iodef且Value是以mailto:为前缀时,后面必须接一个合法的email地址。 |
400 | Record.InvalidSmimeaEncodeWithSMIMEARecord | The certificate value of the SMIMEA record is not base64-encoded. | 创建或编辑SMIMEA记录信息时,SMIMEA记录的证书值不是base64编码后的值。 |
400 | Record.InvalidTslaEncodeWithTSLARecord | The certificate value passed in is not hexadecimal encoded with TSLA record. | 创建或编辑TLSA记录信息时,传入的证书值不是16进制编码的。 |
400 | Record.InvalidURLWithURIRecord | The URI record value must be a valid URL address. | 创建或编辑URI记录信息时,记录值必须是一个合法的URL地址。 |
400 | Record.NoRecordNameConflictWithNSRecord | No record name can conflict with an NS record name. | 任何记录名不能和NS记录名冲突。 |
400 | Record.NSRecordCannotEqualSiteName | An NS record with the exact same name as the site name is not allowed. | 不允许添加和站点名称完全同名的NS记录。 |
400 | Record.OSSSourceInvalidAuthType | The recorded OSS origin station authentication type is not supported. | 记录的OSS源站鉴权类型不在支持的范围内。 |
400 | Record.ParseJSONRecordValueFailed | The JSON data format of the record data is incorrect. Please adjust and try again. | 记录值的JSON格式不正确,请调整后重试。 |
400 | Record.PoolSourceNotExistPool | If the source station type of the record is source address pool, the input source address pool does not exist. | 记录的源站类型为源地址池的情况下,输入的源地址池不存在。 |
400 | Record.RecordNameConflictForSpecifiedRecordType | The A/AAAA and CNAME records cannot have the same name. | A/AAAA、CNAME记录之间不能重名。 |
400 | Record.RecordNameConflictWithIPAName | The record name cannot have the same name as the Layer 4 proxy record. | 创建或编辑DNS记录信息时,记录名称不能和四层代理记录重名。 |
400 | Record.RecordNameConflictWithLBName | The record name cannot be the same as the Server Load Balancer record name. | 创建或编辑DNS记录信息时,记录名称不能与负载均衡记录重名。 |
400 | Record.RecordNameConflictWithNSRecord | The NS record name cannot be the same as any other type of record name. | 创建或编辑DNS记录信息时,NS记录名不能和任何其他类型记录名重名。 |
400 | Record.RecordNameConflictWithPoolName | The record name cannot be the same as the source address pool record name. | 创建或编辑DNS记录信息时,记录名称不能和源地址池记录名重名。 |
400 | Record.RecordNameInBlacklist | The record name is in blacklist. | 记录名在黑名单中,无法添加。 |
400 | Record.S3SourceInvalidAuthRegion | The recorded S3 origin belongs to a region that is not in the supported range. | 记录的S3源站所属区域不在支持的范围内。 |
400 | Record.S3SourceInvalidAuthType | The recorded S3 origin authentication type is not supported. | 记录的S3源站鉴权类型不在支持的范围内。 |
400 | Record.S3SourceInvalidAuthVersion | The version of the authentication signature algorithm of the S3 origin is not supported. | 记录的S3源站的鉴权签名算法版本不在支持的范围内。 |
400 | Record.SourceAccessKeyExceedLimit | The character length of the AccessKey parameter value for the record source station is out of range. | 记录源站的 AccessKey 参数值的字符长度超出了范围。 |
400 | Record.SourceEmptyAK | The AccessKey of the account to which the origin site belongs is empty. | 记录的源站所属账号的 AccessKey 为空。 |
400 | Record.SourceEmptyAuthConf | The authentication information of the origin station is empty. | 记录的源站的鉴权信息为空。 |
400 | Record.SourceEmptySecretKey | The SecretKey of the account to which the recorded origin site belongs is empty. | 记录的源站所属账号的 SecretKey 为空。 |
400 | Record.SourceSecretKeyExceedLimit | The character length of the SecretKey parameter value for the record source station is out of range. | 记录源站的 SecretKey 参数值的字符长度超出了范围。 |
400 | Record.SRVRecordInvalidRecordName | SRV host record name is not valid. The SRV host record name must begin with an underscore (-) followed by a lowercase letter (a-z), a number (0-9), and a hyphen (-), followed by 1 arbitrary character, followed by an underscore (-) and a lowercase letter, number, or hyphen. | SRV主机记录名称不合法。SRV主机记录名称必须以下划线(-)开头,后跟小写字母(a-z)、数字(0-9)、连字符(-),后接1个任意字符,再跟1个下划线(-)和小写字母、数字或连字符。 |
400 | Record.SRVRecordPortExceedLimit | The SRV record port is out of range. | 创建或编辑DNS记录信息时,填入的SRV记录端口超出了范围。 |
400 | Record.SSHFPRecordAlgorithmExceedLimit | The algorithm parameter value for the SSHFP record is out of range. | 创建或编辑DNS记录信息时,SSHFP记录的algorithm参数值超出了范围。 |
400 | Record.TTLExceedLimit | The TTL parameter value for a record is out of range. | 创建或编辑DNS记录信息时,记录的TTL参数值超出了范围。 |
400 | Record.TXTRecordValueExceedLimit | The TXT record value cannot exceed 450 characters. | 创建或编辑DNS记录信息时,TXT记录值不能超过450个字符。 |
400 | Record.TypeExceedLimitWithSSHFPRecord | The SSHFP record Type parameter value is out of range. | 创建或编辑DNS记录信息时,SSHFP记录Type参数值超出了范围。 |
400 | Record.UnmatchedRecordNameContainDoubleConsecutiveDot | Illegal host record name. The host record cannot contain consecutive dot. | 主机记录名称非法。主机记录内不能包含连续的点号。 |
400 | Record.UnmatchedRecordNameForbidStarSev | Illegal host record name, SRV record name disallowed asterisk. | 主机记录名称非法,SRV记录名称禁止使用星号。 |
400 | Record.UnmatchedRecordNameInvalidATChar | Illegal host record name. The at symbol can only appear at the top of the host record and can only be followed. Symbol, other strings are not allowed. | 主机记录名称非法。@符号只能出现在主机记录的首位,且后面只能跟.符号,不允许接其他字符串。 |
400 | Record.UnmatchedRecordNameInvalidNamePrefixSuffix | Illegal host record name. Host record values cannot start or end with a dot, a hyphens. | 主机记录名称非法。主机记录值不能以点号、中划线开头或结尾。 |
400 | Record.UnmatchedRecordNameInvalidStartSymbol | Illegal host record name. The asterisk is only allowed in the first place of the host record, and only the following dot is allowed after the asterisk. | 主机记录名称非法。星号只允许在主机记录首位,并且星号后面只允许跟点。 |
400 | Record.UnmatchedRecordNameOnlyRangeChar | Illegal host record character. Only lowercase a-z, uppercase A- Z, digits 0-9, some special characters are supported as valid characters in host records. | 主机记录字符非法。主机记录值合法字符仅支持 小写字母a-z、大写字母A-Z、数字0-9、'-' 、'_' 、'.'、'*'、'@'。 |
400 | Record.UnmatchedRecordNameSeperateStringTooLarge | Illegal host record name. The number of characters in each segment separated by dot cannot exceed 63. | 主机记录名称非法。用'.'号分隔的每段字符数量不能超过63个。 |
400 | Record.UnsupportedSourceType | The recorded source station type is not in the supported range. | 记录的源站类型不在支持的范围内。 |
400 | Record.UnsupportedType | The record type parameter is unsupported. | 记录类型错误,请检查记录类型参数。 |
400 | Record.ValidProxiedForSpecifedRecordType | Only A/AAAA and CNAME types support proxy acceleration. | 创建或编辑记录时,代理状态开启了代理加速,仅A/AAAA、CNAME类型支持开启代理加速。 |
400 | Record.RecordUsageExceedLimit | The usage parameter value filled in is out of range. | 创建或编辑DNS记录信息时,填入的usage参数值超出了范围。 |
400 | Record.RecordSelectorExceedLimit | The selector parameter value filled in is out of range. | 创建或编辑DNS记录信息时,填入的selector参数值超出了范围。 |
400 | Record.RecordMatchingTypeExceedLimit | The matchingType parameter value filled in is out of range. | 创建或编辑DNS记录信息时,填入的matchingType参数值超出了范围。 |
400 | Record.RecordPriorityExceedLimit | The record priority parameter value filled in is out of range. | 创建或编辑DNS记录信息时,填入的记录优先级参数值超出了范围。 |
400 | Record.RecordWeightExceedLimit | The record weight parameter value filled in is out of range. | 创建或编辑DNS记录信息时,填入的记录权重参数值超出了范围。 |
400 | Record.RecordNameConflictWithSameRecordType | Record conflicts with an existing host record that has the same name and value. | 记录冲突,存在记录值相同的同名主机记录。 |
400 | Record.UnmatchedRecordNameInvalidUnderLine | The host record name contains an illegal underscore. The underscore is only supported at the beginning of the TXT, CNAME, MX, SRV, and NS records. Proxy acceleration cannot be enabled, and records can only be added in the DNS mode. | 主机记录名称包含了非法下划线。下划线仅可在TXT、CNAME、MX、SRV、NS的记录中的开头处支持,且不能开启代理加速,仅能以DNS方式添加记录。 |
400 | InvalidParameter.CnameSiteRecordNoProxied | A non-proxied record was added for a website using a CNAME setup. | 以CNAME方式接入的站点,提交了未开启加速的记录。 |
400 | Record.UnmatchedRecordNameOnlyContainSymbol | The host record value cannot exist separately in various symbols, and can be added with any lowercase letters or numbers. | 主机记录值不能以各类符号单独存在,可加入任何小写字母或数字。 |
400 | Record.InvalidIodefDataWithCAARecordTag | The CAA record Tag value cannot start with mailto: or http:// or https. | 创建或编辑CAA记录信息时,Tag值不能以mailto: http://或者mailto: https:// 开头。 |
400 | Record.WildcardConflictForSpecifiedRecordType | The A/AAAA,CNAME records cannot add all and asterisk prefixed records at the same time. | A/AAAA,CNAME记录不能同时添加all和星号前缀的记录。 |
404 | Record.NotFound | The record does not exist. Check your configurations and try again. | 传入的请求记录不存在,请检查您的输入参数后重试。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2024-10-10 | OpenAPI 错误码发生变更 | 查看变更详情 |
2024-09-24 | OpenAPI 错误码发生变更 | 查看变更详情 |
2024-09-23 | OpenAPI 错误码发生变更、OpenAPI 入参发生变更 | 查看变更详情 |