Domain DNS Record Add
Resource path /Domain/DnsRecord/Add
https://testapi.internet.bs/Domain/DnsRecord/Add?apiKey=testapi&password=testpass&...
The command is intended to add a new DNS record to a specific zone (domain).
HTTPS POST/GET Request parameters:
| Parameter name | Description |
ApiKey |
The API key that we provided to you when you requested API access for your account |
Password |
The password we provided when you requested API access for your account |
FullRecordName |
Is the full record name for which you are creating a DNS record. It includes the zone name and the sub domain name if any. Ex: example.com or subdom.example.com or mx2.example.com or *.example.com or www.example.com or sub2.sub3.example.com . |
Type |
Defines the type of the DNSrecord to be added. Accepted values are: A, AAAA, DYNAMIC, CNAME, MX, SRV, TXT and NS |
Value |
The record value. Ex: 192.168.1.1 for an A record, www.example.com for a CNAME record For a DYNAMIC record, it is the offline address, which is any valid URL or IP (IPv4 or IPv6) address. For a DYNAMIC records this is an optional parameter. For SRV records the value of this parameter has the following format: weight port host. Example: 100 3478 sip.example.com |
Ttl |
Numeric values representing the time to live in seconds. Default is one hour (3600 seconds) |
Priority |
A number representing the priority. It is only used for MX records and the default value is 10 |
DynDnsLogin |
It specifies the user name for a dynamic DNS client to update a host. It can be any string of length between 1 and 30 characters. |
DynDnsPassword |
It specifies the password for a dynamic DNS client to update a host. It can be any string of length between 1 and 30 characters. |
ResponseFormat |
This specifies how the response will be returned. Possible values are TEXT, JSON and XML. |
Example:
The result for this request is:
status=SUCCESS


Francais
Deutsch
English
Espanol
Italiano
Romana
Русский
Türkçe 


![]](/img/tabright.jpg)