Skip to main content

View details of a DNS Zone

view dns zones

Use Wayfinder's User Interface or CLI to view all the details of a specific DNS Zone.


CLI Commands

FORMAT

wf get globaldnszones DNSZONE -o yaml

Use the -o yaml flag to output the YAML to the console.


wf get globaldnszones devapps.mycompany.com -o yaml

apiVersion: dns.appvia.io/v2beta2
kind: GlobalDNSZone
metadata:
name: devapps.mycompany.com
spec:
allocation:
type: workspaces
workspaces:
- sand2
childZoneMode: apps
childZoneScope: AllProviders
cloudAccessConfigRef:
name: az-dns
workspace: admin
description: My Demo DNS
domain: devapps.mycompany.com
privateZone: false
provider: azure
providerDetails:
azure:
region: uksouth
type: Azure
stage: nonprod


Web Interface Instructions

Steps

  • Expand Admin, and then navigate to Admin > DNS
  • Click on the name of a DNS Zone to see all the details of that DNS Zone

Screenshot(s)

View details of a DNS Zone