mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02:30
Add event-specific template to all event types
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
{% include "api/job_job_events_list.md" %}
|
||||||
1
awx/api/templates/api/inventory_update_events_list.md
Normal file
1
awx/api/templates/api/inventory_update_events_list.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{% include "api/job_job_events_list.md" %}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{% include "api/sub_list_api_view.md" %}
|
{% include "api/sub_list_api_view.md" %}
|
||||||
{% ifmeth GET %}
|
{% ifmeth GET %}
|
||||||
## Special limit feature for job events
|
## Special limit feature for event list views
|
||||||
|
|
||||||
Use the `limit` query string parameter to opt out of the pagination keys.
|
Use the `limit` query string parameter to opt out of the pagination keys.
|
||||||
Doing this can improve response times for jobs that produce a large volume
|
Doing this can improve response times for jobs that produce a large volume
|
||||||
|
|||||||
1
awx/api/templates/api/project_update_events_list.md
Normal file
1
awx/api/templates/api/project_update_events_list.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{% include "api/job_job_events_list.md" %}
|
||||||
1
awx/api/templates/api/system_job_events_list.md
Normal file
1
awx/api/templates/api/system_job_events_list.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{% include "api/job_job_events_list.md" %}
|
||||||
Reference in New Issue
Block a user