404 - Page Not Found (#594)

Task Management API moved to single page.
This commit is contained in:
Patryk Krawaczyński
2017-05-21 14:06:07 -07:00
committed by Honza Král
parent 5de989be07
commit d67c483e1d
+2 -2
View File
@@ -5,7 +5,7 @@ class TasksClient(NamespacedClient):
'parent_task', 'wait_for_completion') 'parent_task', 'wait_for_completion')
def list(self, task_id=None, params=None): def list(self, task_id=None, params=None):
""" """
`<http://www.elastic.co/guide/en/elasticsearch/reference/current/tasks-list.html>`_ `<http://www.elastic.co/guide/en/elasticsearch/reference/current/tasks.html>`_
:arg task_id: Return the task with specified id (node_id:task_number) :arg task_id: Return the task with specified id (node_id:task_number)
:arg actions: A comma-separated list of actions that should be returned. :arg actions: A comma-separated list of actions that should be returned.
@@ -30,7 +30,7 @@ class TasksClient(NamespacedClient):
def cancel(self, task_id=None, params=None): def cancel(self, task_id=None, params=None):
""" """
`<http://www.elastic.co/guide/en/elasticsearch/reference/current/tasks-cancel.html>`_ `<http://www.elastic.co/guide/en/elasticsearch/reference/current/tasks.html>`_
:arg task_id: Cancel the task with specified task id :arg task_id: Cancel the task with specified task id
(node_id:task_number) (node_id:task_number)