Actions
Feature #9031
closedMissing API call to list config_template combinations per hostgroup or environment
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1162143
Description of problem:
The template combinations provide a relation between hostgroup or environment and the template. Currently only retrieval of combinations is possible by specifying the template_id:
GET /api/v2/config_templates/:config_template_id/template_combinations
There are no API requests available to search per hostgroup_id or environment_id
This makes it complex to retrieve all combinations from the hostgroup to templates to analyse which combinations are existing.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
Actions