Class TasksRequest


public class TasksRequest extends CatRequestBase
Returns information about tasks currently executing in the cluster. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the task management API.
See Also:
  • Field Details

  • Method Details

    • of

    • actions

      public final List<String> actions()
      The task action names, which are used to limit the response.

      API name: actions

    • detailed

      @Nullable public final Boolean detailed()
      If true, the response includes detailed information about shard recoveries.

      API name: detailed

    • nodeId

      public final List<String> nodeId()
      Unique node identifiers, which are used to limit the response.

      API name: node_id

    • parentTaskId

      @Nullable public final String parentTaskId()
      The parent task identifier, which is used to limit the response.

      API name: parent_task_id