DNS
(Difference between revisions)
Mike.robski (Talk | contribs) |
Mike.robski (Talk | contribs) m (1 revision: Release 86) |
Revision as of 11:01, 11 October 2013
DNS API
The DNS API supports operations of managing DNS zones.
Contents |
download this selection of articles as a PDF book
Zone Management
- GET /dns/{zone} - Gets DNS zone details
Zone Records Management
- GET /dns/{zone}/records - Gets the resource records of a DNS zone
- POST /dns/{zone}/records - Adds new resource record to a DNS zone
- PUT /dns/{zone}/records/{recordId} - Updates resource record in a DNS zone
- DELETE /dns/{zone}/records/{recordId} - Deletes resource record from a DNS zone
See also