mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Correct job_task and job_play help documentation
Use the correct query parameter and correct the 'icontains' examples.
This commit is contained in:
parent
995bf8c58f
commit
d43ed5b67e
@ -4,15 +4,15 @@ Make a GET request to retrieve the list of aggregated play data associated with
|
||||
|
||||
This endpoints supports a limited filtering subset:
|
||||
|
||||
?id__in=1,2,3
|
||||
?event_id__in=1,2,3
|
||||
|
||||
Will show only the given ids.
|
||||
|
||||
?id__gt=1
|
||||
?event_id__gt=1
|
||||
|
||||
Will show ids greater than the given one.
|
||||
|
||||
?id__lt=3
|
||||
?event_id__lt=3
|
||||
|
||||
Will show ids less than the given one.
|
||||
|
||||
@ -20,7 +20,7 @@ Will show ids less than the given one.
|
||||
|
||||
Will show only failed plays. Alternatively `false` may be used.
|
||||
|
||||
?play_icontains=test
|
||||
?play__icontains=test
|
||||
|
||||
Will filter plays matching the substring `test`
|
||||
|
||||
|
||||
@ -6,15 +6,15 @@ Make a GET request to retrieve the list of aggregated task data associated with
|
||||
|
||||
This endpoints supports a limited filtering subset:
|
||||
|
||||
?id__in=1,2,3
|
||||
?event_id__in=1,2,3
|
||||
|
||||
Will show only the given task ids under the play given by `event_id`.
|
||||
|
||||
?id__gt=1
|
||||
?event_id__gt=1
|
||||
|
||||
Will show ids greater than the given one.
|
||||
|
||||
?id__lt=3
|
||||
?event_id__lt=3
|
||||
|
||||
Will show ids less than the given one.
|
||||
|
||||
@ -22,7 +22,7 @@ Will show ids less than the given one.
|
||||
|
||||
Will show only failed plays. Alternatively `false` may be used.
|
||||
|
||||
?task_icontains=test
|
||||
?task__icontains=test
|
||||
|
||||
Will filter tasks matching the substring `test`
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user