diff --git a/awx/api/templates/api/host_fact_compare_view.md b/awx/api/templates/api/host_fact_compare_view.md new file mode 100644 index 0000000000..a9b21079e9 --- /dev/null +++ b/awx/api/templates/api/host_fact_compare_view.md @@ -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" %} \ No newline at end of file diff --git a/awx/api/templates/api/host_fact_versions_list.md b/awx/api/templates/api/host_fact_versions_list.md new file mode 100644 index 0000000000..dd6e7a1afb --- /dev/null +++ b/awx/api/templates/api/host_fact_versions_list.md @@ -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" %} \ No newline at end of file