mirror of
https://github.com/ansible/awx.git
synced 2026-04-29 05:35:27 -02:30
insights proxy
* Issue request to Red Hat Insights API from Tower /hosts/<id>/insights endpoint. User the first found Satellite 6 Credential as Basic Auth requests to Insights API.
This commit is contained in:
@@ -120,6 +120,7 @@ host_urls = patterns('awx.api.views',
|
||||
#url(r'^(?P<pk>[0-9]+)/single_fact/$', 'host_single_fact_view'),
|
||||
url(r'^(?P<pk>[0-9]+)/fact_versions/$', 'host_fact_versions_list'),
|
||||
url(r'^(?P<pk>[0-9]+)/fact_view/$', 'host_fact_compare_view'),
|
||||
url(r'^(?P<pk>[0-9]+)/insights/$', 'host_insights'),
|
||||
)
|
||||
|
||||
group_urls = patterns('awx.api.views',
|
||||
|
||||
Reference in New Issue
Block a user