Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add _cat/tasks #17551

Merged
merged 1 commit into from
Apr 7, 2016
Merged

Add _cat/tasks #17551

merged 1 commit into from
Apr 7, 2016

Conversation

imotov
Copy link
Contributor

@imotov imotov commented Apr 5, 2016

Adds new _cat endpoint that lists all tasks

@imotov imotov added >enhancement review :Data Management/CAT APIs Text APIs behind /_cat :Distributed Coordination/Task Management Issues for anything around the Tasks API - both persistent and node level. v5.0.0-alpha2 labels Apr 5, 2016
@Override
public void doRequest(final RestRequest request, final RestChannel channel, final Client client) {

boolean detailed = request.paramAsBoolean("detailed", false);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These feel familiar. Any chance of sharing code from RestListTasksAction?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed that.

@nik9000
Copy link
Member

nik9000 commented Apr 6, 2016

LGTM

@imotov imotov mentioned this pull request Apr 7, 2016
12 tasks
Adds new _cat endpoint that lists all tasks
@imotov imotov force-pushed the add-cat-interface-for-tasks branch from 78ebd64 to 81c59ca Compare April 7, 2016 15:28
@imotov imotov merged commit 81c59ca into elastic:master Apr 7, 2016
@drewr
Copy link
Contributor

drewr commented Apr 11, 2016

😹 ❤️

@imotov imotov deleted the add-cat-interface-for-tasks branch May 1, 2020 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/CAT APIs Text APIs behind /_cat :Distributed Coordination/Task Management Issues for anything around the Tasks API - both persistent and node level. >enhancement v5.0.0-alpha2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants