OpenSearch/rest-api-spec/api
Alexander Reelsen 349a8be4fd Consistent REST API changes for GETting data
* Made GET mappings consistent, supporting
  * /{index}/_mappings/{type}
  * /{index}/_mapping/{type}
  * /_mapping/{type}
  * Added "mappings" in the JSON response to align it with other responses
* Made GET warmers consistent, support /{index}/_warmers/{type} and /_warmer, /_warner/{name}
  as well as wildcards and _all notation
* Made GET aliases consistent, support /{index}/_aliases/{name} and /_alias, /_aliases/{name}
  as well as wildcards and _all notation
* Made GET settings consistent, added /{index}/_setting/{name}, /_settings/{name}
  as well as supportings wildcards in settings name
* Returning empty JSON instead of a 404, if a specific warmer/
  setting/alias/type is missing
* Added a ton of spec tests for all of the above
* Added a couple of more integration tests for several features

Relates #4071
2014-01-14 22:33:52 +01:00
..
bulk.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
clear_scroll.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
cluster.get_settings.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
cluster.health.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
cluster.node_hot_threads.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
cluster.node_info.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
cluster.node_shutdown.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
cluster.node_stats.json [SPEC] Added level param to cluster.node_stats and indices.stats 2014-01-13 17:40:27 +01:00
cluster.put_settings.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
cluster.reroute.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
cluster.state.json Revert "[SPEC] Added level param to cluster.state" 2014-01-13 18:07:12 +01:00
count.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
create.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
delete.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
delete_by_query.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
exists.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
explain.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
get.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
get_source.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
index.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
indices.analyze.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
indices.clear_cache.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
indices.close.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
indices.create.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
indices.delete.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
indices.delete_alias.json Make PUT and DELETE consistent for _mapping, _alias and _warmer 2014-01-14 20:02:43 +01:00
indices.delete_mapping.json Make PUT and DELETE consistent for _mapping, _alias and _warmer 2014-01-14 20:02:43 +01:00
indices.delete_template.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
indices.delete_warmer.json Make PUT and DELETE consistent for _mapping, _alias and _warmer 2014-01-14 20:02:43 +01:00
indices.exists.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
indices.exists_alias.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
indices.exists_type.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
indices.flush.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
indices.get_alias.json Consistent REST API changes for GETting data 2014-01-14 22:33:52 +01:00
indices.get_aliases.json Consistent REST API changes for GETting data 2014-01-14 22:33:52 +01:00
indices.get_field_mapping.json Added missing indices options to rest spec and rest actions. 2014-01-05 23:32:44 +01:00
indices.get_mapping.json Consistent REST API changes for GETting data 2014-01-14 22:33:52 +01:00
indices.get_settings.json Consistent REST API changes for GETting data 2014-01-14 22:33:52 +01:00
indices.get_template.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
indices.get_warmer.json Consistent REST API changes for GETting data 2014-01-14 22:33:52 +01:00
indices.open.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
indices.optimize.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
indices.put_alias.json Make PUT and DELETE consistent for _mapping, _alias and _warmer 2014-01-14 20:02:43 +01:00
indices.put_mapping.json Make PUT and DELETE consistent for _mapping, _alias and _warmer 2014-01-14 20:02:43 +01:00
indices.put_settings.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
indices.put_template.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
indices.put_warmer.json Make PUT and DELETE consistent for _mapping, _alias and _warmer 2014-01-14 20:02:43 +01:00
indices.refresh.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
indices.segments.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
indices.snapshot_index.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
indices.stats.json [SPEC] Added level param to cluster.node_stats and indices.stats 2014-01-13 17:40:27 +01:00
indices.status.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
indices.update_aliases.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
indices.validate_query.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
info.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
mget.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
mlt.json Standardized use of “*_length” for parameter names rather than “*_len”. 2014-01-13 15:59:15 +00:00
msearch.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
percolate.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
scroll.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
search.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
suggest.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00
update.json Updated the documentation urls in the rest api spec. 2014-01-09 14:44:14 -07:00