All Products
Search
Document Center

Alibaba Cloud DNS:ModifyHichinaDomainDNS

Last Updated:Jul 24, 2024

Calls the ModifyHichinaDomainDNS operation to change the name of a DNS server based on input parameters.

Operation description

If the operation succeeds, the name of the DNS server changes to that of an Alibaba Cloud DNS server (ending with hichina.com).

Note Before you call this operation, make sure that your domain name has been registered with Alibaba Cloud and the DNS server in use is not an Alibaba Cloud DNS server.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
LangstringNo

The language type.

en
UserClientIpstringNo

The IP address of the client.

192.0.2.0
DomainNamestringYes

The domain name.

example.com

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

536E9CAD-DB30-4647-AC87-AA5CC38C5382
NewDnsServersarray

The list of DNS servers after the domain name is changed.

string
{"DnsServer": ["dns9.hichina.com","dns10.hichina.com"]}
OriginalDnsServersarray

The list of DNS servers before the domain name is changed.

string
{"DnsServer": ["NS3.DNSV5.COM","NS4.DNSV5.COM"]}

Examples

Sample success responses

JSONformat

{
  "RequestId": "536E9CAD-DB30-4647-AC87-AA5CC38C5382",
  "NewDnsServers": {
    "DnsServer": [
      "{\"DnsServer\": [\"dns9.hichina.com\",\"dns10.hichina.com\"]}"
    ]
  },
  "OriginalDnsServers": {
    "DnsServer": [
      "{\"DnsServer\": [\"NS3.DNSV5.COM\",\"NS4.DNSV5.COM\"]}"
    ]
  }
}

Error codes

For a list of error codes, visit the Service error codes.