Nom du paramètre | Description |
---|---|
id optionel |
UUID of the task Validations:
|
For every search it returns the list of tasks that satisfty the condition. The reason for supporting multiple searches is the UI that might be ending needing periodic updates on task status for various searches at the same time. This way, it is possible to get all the task statuses with one request.
Nom du paramètre | Description |
---|---|
searches optionel |
List of uuids to fetch info about Validations:
|
searches[search_id] optionel |
Arbitraty value for client to identify the the request parts with results. It's passed in the results to be able to pair the requests and responses properly. Validations:
|
searches[type] optionel |
Validations:
|
searches[task_id] optionel |
In case :type = 'task', find the task by the uuid Validations:
|
searches[user_id] optionel |
In case :type = 'user', find tasks for the user Validations:
|
searches[resource_type] optionel |
In case :type = 'resource', what resource type we're searching the tasks for Validations:
|
searches[resource_type] optionel |
In case :type = 'resource', what resource id we're searching the tasks for Validations:
|
searches[action_types] optionel |
Return just tasks of given action type, e.g. [“Actions::Katello::Repository::Synchronize”] Validations:
|
searches[active_only] optionel |
Validations:
|
searches[page] optionel |
Validations:
|
searches[per_page] optionel |
Validations:
|
Nom du paramètre | Description |
---|---|
search optionel |
Resume tasks matching search string Validations:
|
task_ids optionel |
Resume specific tasks by ID Validations:
|
Nom du paramètre | Description |
---|---|
search optionel |
Search string Validations:
|
page optionel |
Page number, starting at 1 Validations:
|
per_page optionel |
Number of results per page to return Validations:
|
order optionel |
Sort field and order, e.g. 'name DESC' Validations:
|
sort optionel |
Hash version of 'order' param Validations:
|
sort[by] optionel |
Field to sort the results on Validations:
|
sort[order] optionel |
How to order the sorted results (e.g. ASC for ascending) Validations:
|
Nom du paramètre | Description |
---|---|
callback optionel |
Validations:
|
callback[task_id] optionel |
UUID of the task Validations:
|
callback[step_id] optionel |
The ID of the step inside the execution plan to send the event to Validations:
|
data optionel |
Data to be sent to the action Validations:
|