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.

Parametri

Nome parametro Descrizione
location_id
opzionale

Scopo per posizioni

Validations:

  • Must be a Integer

organization_id
opzionale

Scopo per organizzazioni

Validations:

  • Must be a Integer

searches
opzionale

List of uuids to fetch info about

Validations:

  • Must be an Array of nested elements

searches[search_id]
opzionale

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:

  • Must be a String

searches[type]
opzionale

Validations:

  • Must be one of: user, resource, task.

searches[task_id]
opzionale

In case :type = 'task', find the task by the uuid

Validations:

  • Must be a String

searches[user_id]
opzionale

In case :type = 'user', find tasks for the user

Validations:

  • Must be a String

searches[resource_type]
opzionale

In case :type = 'resource', what resource type we're searching the tasks for

Validations:

  • Must be a String

searches[resource_type]
opzionale

In case :type = 'resource', what resource id we're searching the tasks for

Validations:

  • Must be a String

searches[action_types]
opzionale

Return just tasks of given action type, e.g. [“Actions::Katello::Repository::Synchronize”]

Validations:

  • Must be one of: String.

searches[active_only]
opzionale

Validations:

  • Must be one of: true, false, 1, 0

searches[page]
opzionale

Validations:

  • Must be a String

searches[per_page]
opzionale

Validations:

  • Must be a String