Adding documentation templates for endpoints

This commit is contained in:
Matthew Jones 2015-06-01 15:57:48 -04:00
parent fdb8fdf24a
commit 742a2fd265
2 changed files with 22 additions and 0 deletions

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

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