API Format Nameservers
From Openprovider API documentation
(Difference between revisions)
(Created page with '==Format specification > nameserver== Collection of data fields that contains the following members: {| border="1" cellpadding="4" |- style="background-color:#BBBBBB;" |'''Field'…') |
|||
| (One intermediate revision not shown) | |||
| Line 12: | Line 12: | ||
|URI or hostname of the nameserver | |URI or hostname of the nameserver | ||
|- | |- | ||
| - | |colspan="2" style="background-color:#EEEEEE;"|'''ip''' (required) | + | |colspan="2" style="background-color:#EEEEEE;"|'''ip''' (required if you are creating a glue record and you do not provide a valid ''ip6'') |
|- | |- | ||
| | | | ||
:'''Data''' | :'''Data''' | ||
| - | | | + | |IPv4 address of the nameserver |
| + | |- | ||
| + | |colspan="2" style="background-color:#EEEEEE;"|'''ip6''' (required if you are creating a glue record and you do not provide a valid ''ip'') | ||
| + | |- | ||
| + | | | ||
| + | :'''Data''' | ||
| + | |IPv6 address of the nameserver | ||
|- | |- | ||
|} | |} | ||
Current revision as of 15:24, 12 December 2016
Format specification > nameserver
Collection of data fields that contains the following members:
| Field | nameServers |
| name (required) | |
| URI or hostname of the nameserver |
| ip (required if you are creating a glue record and you do not provide a valid ip6) | |
| IPv4 address of the nameserver |
| ip6 (required if you are creating a glue record and you do not provide a valid ip) | |
| IPv6 address of the nameserver |