zones

Check zone distribution

Checks if a zone is fully distributed to all our name servers across the globe.

get/{account}/zones/{zone}/distribution

Path parameters

accountinteger required

The account id

zonestring required

The zone name

Response

Successfully checked zone distribution.

Example response

{
  "data": {
    "distributed": true
  }
}

Changes

Changed in 2 of the 52 revisions of this API.44

    • the response property data became required for the status 200

      response-property-became-required

    • the response property data/distributed became required for the status 200

      response-property-became-required

    • the response property message became required for the status 404

      response-property-became-required

    • the response property message became required for the status 504

      response-property-became-required

    • the response property data became optional for the status 200

      response-property-became-optional

    • the response property data/distributed became optional for the status 200

      response-property-became-optional

    • the response property message became optional for the status 404

      response-property-became-optional

    • the response property message became optional for the status 504

      response-property-became-optional

    This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog