CDN and DNS (v2.1)

List DomainZones

Retrieves a paginated list of all DomainZone objects in the specified workspace. The response includes details about each DomainZone such as its configuration, status, and metadata. Results can be filtered using query parameters.

get/delivery/v2.1/global/workspaces/{workspaceUUID}/domainzones

Path parameters

workspaceUUIDstring required

UUID of the workspace

Response

Successfully retrieved the list of DomainZone objects. The response includes basic DomainZone information like name, creation time, and status.

apiVersion'delivery/v2' | 'delivery/v2.1' required

Version identifier of the API schema

kind'DomainZoneList' required

The string value 'DomainZoneList' that identifies the schema

Example response

{
  "apiVersion": "delivery/v2",
  "items": [
    {
      "apiVersion": "delivery/v2",
      "kind": "DomainZone",
      "metadata": {
        "uid": "00000000-0000-0000-0000-000000000000"
      },
      "spec": {
        "email": "info@example.com",
        "origin": "example.com",
        "wsid": "4f47fa2b-e72b-4f78-b3b5-c1e1d50b30a7"
      }
    }
  ],
  "kind": "DomainZoneList"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.