OpenSearch/docs/java-rest/high-level
Paul Sanwald e82e5cc2e8
high level REST api: cancel task (#30745)
* Initial commit of rest high level exposure of cancel task

* fix javadocs

* address some code review comments

* update branch to use tasks namespace instead of cluster

* High-level client: list tasks failure to not lose nodeId

This commit reworks testing for `ListTasksResponse` so that random
fields insertion can be tested and xcontent equivalence can be checked
too. Proper exclusions need to be configured, and failures need to be
tested separately. This helped finding a little problem, whenever there
is a node failure returned, the nodeId was lost as it was never printed
out as part of the exception toXContent.

* added comment

* merge from master

* re-work CancelTasksResponseTests to separate XContent failure cases from non-failure cases

* remove duplication of logic in parser creation

* code review changes

* refactor TasksClient to support RequestOptions

* add tests for parent task id

* address final PR review comments, mostly formatting and such
2018-06-07 14:02:23 -07:00
..
cluster Move pipeline APIs to ingest namespace (#31027) 2018-06-04 10:34:55 +02:00
document Docs: Fix callouts after _parent removed 2018-04-11 12:56:13 -04:00
indices Add get mappings support to high-level rest client (#30889) 2018-06-04 14:31:08 -06:00
ingest Move pipeline APIs to ingest namespace (#31027) 2018-06-04 10:34:55 +02:00
miscellaneous Docs: HighLevelRestClient#ping (#29070) 2018-03-14 14:27:01 -04:00
search Add support for search templates to the high-level REST client. (#30473) 2018-05-15 13:07:58 -07:00
snapshot Add Verify Repository High Level REST API (#30934) 2018-05-30 11:10:00 -05:00
tasks high level REST api: cancel task (#30745) 2018-06-07 14:02:23 -07:00
aggs-builders.asciidoc [DOCS] Update APIs grouping and ordering in REST high-level Client docs (#28497) 2018-02-02 17:19:50 +01:00
getting-started.asciidoc Docs: HighLevelRestClient#ping (#29070) 2018-03-14 14:27:01 -04:00
index.asciidoc [Docs] Add "Using Java Builders" section (#26517) 2017-09-06 14:06:41 +02:00
java-builders.asciidoc [DOCS] Update APIs grouping and ordering in REST high-level Client docs (#28497) 2018-02-02 17:19:50 +01:00
migration.asciidoc Docs: Update HighLevelRestClient migration docs (#30544) 2018-05-14 11:11:27 -04:00
query-builders.asciidoc added docs for `wrapper` query. 2018-03-14 11:51:22 +01:00
supported-apis.asciidoc high level REST api: cancel task (#30745) 2018-06-07 14:02:23 -07:00