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.
Имя параметра | Описание |
---|---|
location_id необязательно |
Set the current location context for the request Validations:
|
organization_id необязательно |
Set the current organization context for the request Validations:
|
searches необязательно |
List of uuids to fetch info about Validations:
|
searches[search_id] необязательно |
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] необязательно |
Validations:
|
searches[task_id] необязательно |
In case :type = 'task', find the task by the uuid Validations:
|
searches[user_id] необязательно |
In case :type = 'user', find tasks for the user Validations:
|
searches[resource_type] необязательно |
In case :type = 'resource', what resource type we're searching the tasks for Validations:
|
searches[resource_type] необязательно |
In case :type = 'resource', what resource id we're searching the tasks for Validations:
|
searches[action_types] необязательно |
Return just tasks of given action type, e.g. [“Actions::Katello::Repository::Synchronize”] Validations:
|
searches[active_only] необязательно |
Validations:
|
searches[page] необязательно |
Validations:
|
searches[per_page] необязательно |
Validations:
|