List zonesCopy Pageget https://{hostname}/config-dns/v2/zonesAll zones that the current user has access to manage. The response is paginated.Query ParamscontractIdsstringLimits the list to those zones belonging to the specified contracts.searchstringLimits the list to those zones whose name matches the specified search string.sortByarray of stringsSorts the list on the specified fields. You can specify multiple fields as a comma-separated list. Placing a dash before a field name sorts it in descending order. Sorting is ignored if used with showAll parameter. Valid sort keys include zone, contractId, comment, endCustomerId, lastModifiedDate, and lastActivatedDate.sortByADD stringsubzoneGrantsbooleanDefaults to falseIf included, limits the Edge DNS zones where subzoneGrants matches the specified boolean. Refer to Subzone grants for more information.truetruefalsetypesarray of stringsLimits the list to one or more Edge DNS zone types. Specify any combination of PRIMARY, SECONDARY, and ALIAS values.typesAllowed:PRIMARYSECONDARYALIASADD stringpageintegerDefaults to 1Which page of results to return. The first page is page 1, the default value.pageSizeintegerDefaults to 25The number of results per page to return, 25 by default.showAllbooleanDefaults to falseDisables paging and sorting and shows the entire list all at once, false by default. Using this parameter may significantly increase the response time.truetruefalseactivationStatesarray of stringsLimits the list to zones in the specified activation states. Specify any combination of ACTIVE, NEW, PENDING, LOCKED, and ERROR values.activationStatesAllowed:ACTIVENEWPENDINGLOCKEDERRORADD stringdnsSecStatusarray of stringsLimits the list to zones with the specified DNSSEC status. Specify any combination of valid, warning, and error values.dnsSecStatusAllowed:validwarningerrorADD stringtransferStatusarray of stringsLimits the list to zones matching the specified zone transfer status. Specify any combination of success, warning, failure, and pending values.transferStatusAllowed:successwarningfailurependingADD stringaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Response 200Zones that you own.Updated about 1 month ago