Feature #2843
closedListing associated resources for locations and orgs
Description
There should be a way how to list associated resources for orgs and locations in the cli (such as Smart Proxies, Subnets, etc.).
Ideally we should find some universal and reusable approach that can be used for resources across the whole cli.
Updated by Joseph Magen almost 12 years ago
Can you explain more the results that you want. class TaxHost may already have what you need.
Updated by Tomáš Strachota over 11 years ago
Api returns only ids of associated resources (eg. subnet_ids of an organization). It's not very user friendly to list only these ids as we do now. I want to find and implement way how to translate ids to names.
Updated by Tomáš Strachota over 11 years ago
NOTE: Joseph is adding support for showing names to the api. See http://projects.theforeman.org/issues/2931
Updated by yifat makias about 5 years ago
- Status changed from New to Closed
Not relevant, when running "hammer organization info --id <org-id>" or "hammer location info --id <loc-id>" the associated resources list is shown.