mirror of
https://github.com/ansible/awx.git
synced 2026-04-27 12:45:24 -02:30
add facts recent endpoints
* Hang most recent listing of facts per-host off of /hosts/n/
This commit is contained in:
@@ -114,6 +114,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]+)/facts_recent/$', 'host_facts_recent_list'),
|
||||
)
|
||||
|
||||
group_urls = patterns('awx.api.views',
|
||||
|
||||
Reference in New Issue
Block a user