Param Name | Description |
---|---|
location_id Optional |
Scope by locations Validations:
|
organization_id Optional |
Scope by organizations Validations:
|
Param Name | Description |
---|---|
location_id Optional |
Scope by locations Validations:
|
organization_id Optional |
Scope by organizations Validations:
|
id Optional |
UUID of the task Validations:
|
Param Name | Description |
---|---|
location_id Optional |
Scope by locations Validations:
|
organization_id Optional |
Scope by organizations Validations:
|
id Optional |
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.
Param Name | Description |
---|---|
location_id Optional |
Scope by locations Validations:
|
organization_id Optional |
Scope by organizations Validations:
|
searches Optional |
List of uuids to fetch info about Validations:
|
searches[search_id] Optional |
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] Optional |
Validations:
|
searches[task_id] Optional |
In case :type = 'task', find the task by the uuid Validations:
|
searches[user_id] Optional |
In case :type = 'user', find tasks for the user Validations:
|
searches[resource_type] Optional |
In case :type = 'resource', what resource type we're searching the tasks for Validations:
|
searches[resource_type] Optional |
In case :type = 'resource', what resource id we're searching the tasks for Validations:
|
searches[action_types] Optional |
Return just tasks of given action type, e.g. [“Actions::Katello::Repository::Synchronize”] Validations:
|
searches[active_only] Optional |
Validations:
|
searches[page] Optional |
Validations:
|
searches[per_page] Optional |
Validations:
|
Param Name | Description |
---|---|
location_id Optional |
Scope by locations Validations:
|
organization_id Optional |
Scope by organizations Validations:
|
search Optional |
Resume tasks matching search string Validations:
|
task_ids Optional |
Resume specific tasks by ID Validations:
|
Param Name | Description |
---|---|
location_id Optional |
Scope by locations Validations:
|
organization_id Optional |
Scope by organizations Validations:
|
search Optional |
Search string Validations:
|
page Optional |
Číslo stránky, začíná od jedničky Validations:
|
per_page Optional |
Number of results per page to return Validations:
|
order Optional |
Sort field and order, e.g. 'name DESC' Validations:
|
sort Optional |
Hash version of 'order' param Validations:
|
sort[by] Optional |
Field to sort the results on Validations:
|
sort[order] Optional |
How to order the sorted results (e.g. ASC for ascending) Validations:
|
Param Name | Description |
---|---|
location_id Optional |
Scope by locations Validations:
|
organization_id Optional |
Scope by organizations Validations:
|
callback Optional |
Validations:
|
callback[task_id] Optional |
UUID of the task Validations:
|
callback[step_id] Optional |
The ID of the step inside the execution plan to send the event to Validations:
|
data Optional |
Data to be sent to the action Validations:
|
callbacks Optional |
Validations:
|
callbacks[callback] Optional |
Validations:
|
callbacks[callback][task_id] Optional |
UUID of the task Validations:
|
callbacks[callback][step_id] Optional |
The ID of the step inside the execution plan to send the event to Validations:
|
callbacks[data] Optional |
Data to be sent to the action Validations:
|