NAME
gdcloud dns record-sets list - List DNS record sets.
SYNOPSIS
gdcloud dns record-sets list [flags]
EXAMPLES
To list all DNS record sets, run:
gdcloud dns record-sets list
To list all record sets in the dns zone sample-zone:
gdcloud dns record-sets list --dns-zone=sample-zone
To list all A records in the dns zone sample-zone:
gdcloud dns record-sets list --dns-zone=sample-zone --type=A
OPTIONAL FLAGS
--dns-zone string The name of managed DNS zone that the record set belongs to.
--type string The DNS record type of the record set.
--zone string Zone to use for this invocation. To preset the zone flag for all commands that require it, run: "gdcloud config set core/zone ZONE". The zone flag is available only in multi-zone environments.
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration, --format, --help, --project, --quiet.
For more information, see the gdcloud CLI reference overview page.