get
***


Description
===========

Gets all records in the specified zone. The results are sorted by
*domain* in alphabetical order by default. For more information about
records, please see Resource Record (RR) TYPEs.


Usage
=====

   oci dns record zone get [OPTIONS]


Options
=======


--zone-name-or-id [text]
------------------------

The name or OCID of the target zone. [required]


--if-none-match [text]
----------------------

The *If-None-Match* header field makes the request method conditional
on the absence of any current representation of the target resource,
when the field-value is ***, or having a selected representation with
an entity-tag that does not match any of those listed in the field-
value.


--if-modified-since [text]
--------------------------

The *If-Modified-Since* header field makes a GET or HEAD request
method conditional on the selected representation's modification date
being more recent than the date provided in the field-value.  Transfer
of the selected representation's data is avoided if that data has not
changed.


--limit [integer]
-----------------

The maximum number of items to return in a page of the collection.


--page [text]
-------------

The value of the *opc-next-page* response header from the previous
"List" call.


--zone-version [text]
---------------------

The version of the zone for which data is requested.


--domain [text]
---------------

Search by domain. Will match any record whose domain (case-
insensitive) equals the provided value.


--domain-contains [text]
------------------------

Search by domain. Will match any record whose domain (case-
insensitive) contains the provided value.


--rtype [text]
--------------

Search by record type. Will match any record whose type (case-
insensitive) equals the provided value.


--sort-by [domain|rtype|ttl]
----------------------------

The field by which to sort records.


--sort-order [ASC|DESC]
-----------------------

The order to sort the resources.


--compartment-id, -c [text]
---------------------------

The OCID of the compartment the resource belongs to.


--all
-----

Fetches all pages of results. If you provide this option, then you
cannot provide the --limit option.


--page-size [integer]
---------------------

When fetching results, the number of results to fetch per call. Only
valid when used with --all or --limit, and ignored otherwise.


--from-json [text]
------------------

Provide input to this command as a JSON document from a file.

Options can still be provided on the command line. If an option exists
in both the JSON document and the command line then the command line
specified value will be used


-?, -h, --help
--------------

Show this message and exit.
