Calls the UpdateDomainRecordRemark operation to modify the description of a DNS record based on input parameters.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | UpdateDomainRecordRemark |
The operation that you want to perform. Set the value to UpdateDomainRecordRemark. |
RecordId | String | Yes | 12345678 |
The ID of the DNS record. |
AccessKeyId | String | No | your_accessskey_id |
The AccessKey ID provided to you by Alibaba Cloud. |
Lang | String | No | cn |
The language type. |
Remark | String | No | myrecord |
The description of your DNS record. |
UserClientIp | String | No | 192.0.2.0 |
The IP address of the client. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 536E9CAD-DB30-4647-AC87-AA5CC38C5382 |
The ID of the request. |
Examples
Sample requests
http(s)://alidns.aliyuncs.com/?Action=UpdateDomainRecordRemark
&RecordId=12345678
&Remark=myrecord
&<Common request parameters>
Sample success responses
XML
format
<UpdateDomainRecordRemarkResponse>
<RequestId>536E9CAD-DB30-4647-AC87-AA5CC38C5382</RequestId>
</UpdateDomainRecordRemarkResponse>
JSON
format
{
"RequestId":"536E9CAD-DB30-4647-AC87-AA5CC38C5382"
}
Error codes
For a list of error codes, visit the API Error Center.