Files
awx/awx/api/templates/api/host_fact_compare_view.md
Ryan Petrello 57c22c20b2 add support for building swagger/OpenAPI JSON
to build, run `make swagger`; a file named `swagger.json` will be
written to the current working directory
2018-02-06 10:12:57 -05:00

280 B

List Fact Scans for a Host Specific Host Scan

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" %}