6.3.3. Viewing District Information
oo-admin-ctl-district command, or use the -n option with the district's name to view a single district.
Example 6.5. Viewing All Districts
# oo-admin-ctl-district
{ ...
"uuid"=>"7521a7801686477f8409e74f67b693f4",
...}Example 6.6. Viewing a Single District
# oo-admin-ctl-district -n small_district
During district creation, the broker creates a new document in its MongoDB database. Run the following command to view these documents inside of the openshift_broker database, replacing the login credentials from the /etc/openshift/broker.conf file, if needed:
# mongo -u openshift -p password openshift_brokermongo shell, you can perform commands against the broker database. Run the following command to list all of the available collections in the openshift_broker database:
> db.getCollectionNames()districts collection:
[ "applications", "auth_user", "cloud_users", "districts", "domains", "locks", "system.indexes", "system.users", "usage", "usage_records" ]
districts collection to verify the creation of your districts. District information is output in JSON format:
> db.districts.find()mongo shell using the exit command:
> exit
Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.