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'…') |
|||
| 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 no valid ''ip6'') |
|- | |- | ||
| | | | ||
:'''Data''' | :'''Data''' | ||
| - | | | + | |IPv4 address of the nameserver |
| + | |- | ||
| + | |colspan="2" style="background-color:#EEEEEE;"|'''ip6''' (required if no valid ''ip'') | ||
| + | |- | ||
| + | | | ||
| + | :'''Data''' | ||
| + | |IPv6 address of the nameserver | ||
|- | |- | ||
|} | |} | ||
Revision as of 09:05, 5 September 2011
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 no valid ip6) | |
| IPv4 address of the nameserver |
| ip6 (required if no valid ip) | |
| IPv6 address of the nameserver |