DNS
(Difference between revisions)
Mike.robski (Talk | contribs) (→Zone Records Management) |
Mike.robski (Talk | contribs) m (1 revision) |
Revision as of 17:04, 18 February 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