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 Tomáš Strachota over 11 years ago
- Category set to Foreman commands (obsolete)
Updated by Martin Bacovsky over 11 years ago
- Project changed from Hammer CLI to Foreman
- Description updated (diff)
- Category changed from Foreman commands (obsolete) to 44
- Assignee set to Tomáš Strachota
Updated by Joseph Magen over 11 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 Lukas Zapletal over 11 years ago
- Target version changed from 1.3.0 to 1.4.0
Updated by Dominic Cleal about 11 years ago
- Project changed from Foreman to Hammer CLI
- Category deleted (
44)
Updated by Dominic Cleal almost 11 years ago
- Related to Bug #4294: hammer organization should display information about associated domains and subnets added
Updated by Dominic Cleal almost 11 years ago
- Blocked by Bug #4349: user json missing organizations, locations, and roles added
Updated by Dominic Cleal over 10 years ago
- Related to Feature #4387: need way to show organization associations added
Updated by yifat makias almost 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.