v1

latestOpenAPI 3.1.12026-07-17111158225.7 KB
secondary dns

Create a secondary zone

Creates a secondary zone into the account.

When creating a secondary zone using Solo or Teams subscription, the DNS services for the zone will be automatically enabled and this will be charged on your following subscription renewal invoices.

post/{account}/secondary_dns/zones

Path parameters

accountinteger required

The account id

Request body

namestring required

Response

Secondary Zone created.

Example response

{
  "data": {
    "id": 1,
    "account_id": 1010,
    "name": "example-alpha.com",
    "reverse": false,
    "secondary": false,
    "last_transferred_at": null,
    "active": true,
    "created_at": "2015-04-23T07:40:03Z",
    "updated_at": "2015-04-23T07:40:03Z"
  }
}