osc dns zone list
List Zones
Usage: osc dns zone list [OPTIONS]
Options:
-
--type <TYPE>
— Filter results to only show zones that have a type matching the filterPossible values:
CATALOG
,PRIMARY
,SECONDARY
-
--description <DESCRIPTION>
— Filter results to only show zones that have a description matching the filter -
--email <EMAIL>
— Filter results to only show zones that have an email matching the filter -
--limit <LIMIT>
— Requests a page size of items. Returns a number of items up to a limit value. Use the limit parameter to make an initial limited request and use the ID of the last-seen item from the response as the marker parameter value in a subsequent limited request -
--market <MARKET>
— The ID of the last-seen item. Use the limit parameter to make an initial limited request and use the ID of the last-seen item from the response as the marker parameter value in a subsequent limited request -
--name <NAME>
— Filter results to only show zones that have a name matching the filter -
--sort-dir <SORT_DIR>
— Sorts the response by the requested sort direction. A valid value is asc (ascending) or desc (descending). Default is asc. You can specify multiple pairs of sort key and sort direction query parameters. If you omit the sort direction in a pair, the API uses the natural sorting direction of the server attribute that is provided as the sort_keyPossible values:
asc
,desc
-
--sort-key <SORT_KEY>
— Sorts the response by the this attribute value. Default is id. You can specify multiple pairs of sort key and sort direction query parameters. If you omit the sort direction in a pair, the API uses the natural sorting direction of the server attribute that is provided as the sort_keyPossible values:
created_at
,id
,name
,serial
,status
,tenant_id
,ttl
,updated_at
-
--status <STATUS>
— Filter results to only show zones that have a status matching the filterPossible values:
ACTIVE
,DELETED
,ERROR
,PENDING
,SUCCESS
,ZONE
-
--ttl <TTL>
— Filter results to only show zones that have a ttl matching the filter -
--max-items <MAX_ITEMS>
— Total limit of entities count to return. Use this when there are too many entriesDefault value:
10000