mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Adding documentation templates for endpoints
This commit is contained in:
11
awx/api/templates/api/host_fact_compare_view.md
Normal file
11
awx/api/templates/api/host_fact_compare_view.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
Make a GET request to this resource to retrieve system tracking data for a particular scan
|
||||||
|
|
||||||
|
You may filter by datetime:
|
||||||
|
|
||||||
|
`?datetime=2015-06-01`
|
||||||
|
|
||||||
|
and module
|
||||||
|
|
||||||
|
`?datetime=2015-06-01&module=ansible`
|
||||||
|
|
||||||
|
{% include "api/_new_in_awx.md" %}
|
||||||
11
awx/api/templates/api/host_fact_versions_list.md
Normal file
11
awx/api/templates/api/host_fact_versions_list.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
Make a GET request to this resource to retrieve system tracking scans by module and date/time
|
||||||
|
|
||||||
|
You may filter scan runs using the `from` and `to` properties:
|
||||||
|
|
||||||
|
`?from=2015-06-01%2012:00:00&to=2015-06-03`
|
||||||
|
|
||||||
|
You may also filter by module
|
||||||
|
|
||||||
|
`?module=packages`
|
||||||
|
|
||||||
|
{% include "api/_new_in_awx.md" %}
|
||||||
Reference in New Issue
Block a user