Modifying IPv6 Address Record

KB Tags associated with this article:
Use all tags
KB Tags
Body

Description

Modifies an IPv6 (AAAA) record.

HTTP Method

POST

Example Test URL Request

https://test.httpapi.com/api/dns/manage/update-ipv6-record.json?auth-userid=0&api-key=key&domain-name=domain.asia&current-value=2001:252:0:1::2008:6&new-value=2001:252:0:1::2008:8

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
domain-name String Required Domain name for which you want to modify the AAAA record
host String Optional

The host for which you need to modify the AAAA record

Example:

You may send this as www, if u wish to modify the AAAA record for www.domainname.com.

current-value String Required Current IPv6 address
new-value String Required New IPv6 address
ttl Integer Optional Number of seconds the record needs to be cached by the DNS Resolvers. Default value is 14400.

Response

Returns a status key with value as Success if the record is modified successfully.

In case of any errors, a status key with value as ERROR alongwith an error message will be returned.