Nombre del parámetro | Descripción |
---|---|
location_id opcional |
Alcance por ubicación Validations:
|
organization_id opcional |
Alcance por organización Validations:
|
Nombre del parámetro | Descripción |
---|---|
location_id opcional |
Alcance por ubicación Validations:
|
organization_id opcional |
Alcance por organización Validations:
|
id opcional |
UUID of the task Validations:
|
Nombre del parámetro | Descripción |
---|---|
location_id opcional |
Alcance por ubicación Validations:
|
organization_id opcional |
Alcance por organización Validations:
|
id opcional |
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.
Nombre del parámetro | Descripción |
---|---|
location_id opcional |
Alcance por ubicación Validations:
|
organization_id opcional |
Alcance por organización Validations:
|
searches opcional |
List of uuids to fetch info about Validations:
|
searches[search_id] opcional |
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] opcional |
Validations:
|
searches[task_id] opcional |
In case :type = 'task', find the task by the uuid Validations:
|
searches[user_id] opcional |
In case :type = 'user', find tasks for the user Validations:
|
searches[resource_type] opcional |
In case :type = 'resource', what resource type we're searching the tasks for Validations:
|
searches[resource_type] opcional |
In case :type = 'resource', what resource id we're searching the tasks for Validations:
|
searches[action_types] opcional |
Return just tasks of given action type, e.g. [“Actions::Katello::Repository::Synchronize”] Validations:
|
searches[active_only] opcional |
Validations:
|
searches[page] opcional |
Validations:
|
searches[per_page] opcional |
Validations:
|
Nombre del parámetro | Descripción |
---|---|
location_id opcional |
Alcance por ubicación Validations:
|
organization_id opcional |
Alcance por organización Validations:
|
search opcional |
Resume tasks matching search string Validations:
|
task_ids opcional |
Resume specific tasks by ID Validations:
|
Nombre del parámetro | Descripción |
---|---|
location_id opcional |
Alcance por ubicación Validations:
|
organization_id opcional |
Alcance por organización Validations:
|
search opcional |
Search string Validations:
|
page opcional |
Número de página, comenzando por 1 Validations:
|
per_page opcional |
Número de resultados por página para devolver Validations:
|
order opcional |
Sort field and order, e.g. 'name DESC' Validations:
|
sort opcional |
Hash version of 'order' param Validations:
|
sort[by] opcional |
Field to sort the results on Validations:
|
sort[order] opcional |
How to order the sorted results (e.g. ASC for ascending) Validations:
|
Nombre del parámetro | Descripción |
---|---|
location_id opcional |
Alcance por ubicación Validations:
|
organization_id opcional |
Alcance por organización Validations:
|
callback opcional |
Validations:
|
callback[task_id] opcional |
UUID of the task Validations:
|
callback[step_id] opcional |
The ID of the step inside the execution plan to send the event to Validations:
|
data opcional |
Data to be sent to the action Validations:
|
callbacks opcional |
Validations:
|
callbacks[callback] opcional |
Validations:
|
callbacks[callback][task_id] opcional |
UUID of the task Validations:
|
callbacks[callback][step_id] opcional |
The ID of the step inside the execution plan to send the event to Validations:
|
callbacks[data] opcional |
Data to be sent to the action Validations:
|