osc identity domain list

Lists all domains.

Relationship: https://docs.openstack.org/api/openstack-identity/3/rel/domains

Usage: osc identity domain list [OPTIONS]

Options:

  • --enabled <ENABLED> — If set to true, then only domains that are enabled will be returned, if set to false only that are disabled will be returned. Any value other than 0, including no value, will be interpreted as true

    Possible values: true, false

  • --page-size <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

  • --marker <MARKER> — ID of the last fetched entry

  • --name <NAME> — The resource name

  • --max-items <MAX_ITEMS> — Total limit of entities count to return. Use this when there are too many entries

    Default value: 10000