Skip to content

Commit

Permalink
[Console] Generated console definitions with ES repo on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliacech committed Jul 9, 2021
1 parent 14e5782 commit fdc76e0
Show file tree
Hide file tree
Showing 186 changed files with 1,423 additions and 136 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"async_search.get": {
"url_params": {
"wait_for_completion": "",
"wait_for_completion_timeout": "",
"keep_alive": "",
"typed_keys": "__flag__"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"async_search.status": {
"methods": [
"GET"
],
"patterns": [
"_async_search/status/{id}"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/async-search.html"
}
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"async_search.submit": {
"url_params": {
"wait_for_completion": "",
"clean_on_completion": "__flag__",
"wait_for_completion_timeout": "",
"keep_on_completion": "__flag__",
"keep_alive": "",
"batched_reduce_size": "",
"request_cache": "__flag__",
Expand All @@ -23,6 +23,7 @@
"expand_wildcards": [
"open",
"closed",
"hidden",
"none",
"all"
],
Expand Down Expand Up @@ -51,7 +52,7 @@
"suggest_text": "",
"timeout": "",
"track_scores": "__flag__",
"track_total_hits": "__flag__",
"track_total_hits": "",
"allow_partial_search_results": "__flag__",
"typed_keys": "__flag__",
"version": "__flag__",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"autoscaling.delete_autoscaling_policy": {
"methods": [
"DELETE"
],
"patterns": [
"_autoscaling/policy/{name}"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-delete-autoscaling-policy.html"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"autoscaling.get_autoscaling_capacity": {
"methods": [
"GET"
],
"patterns": [
"_autoscaling/capacity"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-get-autoscaling-capacity.html"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"autoscaling.get_autoscaling_policy": {
"methods": [
"GET"
],
"patterns": [
"_autoscaling/policy/{name}"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-get-autoscaling-policy.html"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"autoscaling.put_autoscaling_policy": {
"methods": [
"PUT"
],
"patterns": [
"_autoscaling/policy/{name}"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-put-autoscaling-policy.html"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"_source": [],
"_source_excludes": [],
"_source_includes": [],
"pipeline": ""
"pipeline": "",
"require_alias": "__flag__"
},
"methods": [
"POST",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"p",
"pb"
],
"local": "__flag__",
"master_timeout": "",
"h": [],
"health": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cat.ml_datafeeds": {
"url_params": {
"allow_no_match": "__flag__",
"allow_no_datafeeds": "__flag__",
"format": "",
"h": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cat.ml_jobs": {
"url_params": {
"allow_no_match": "__flag__",
"allow_no_jobs": "__flag__",
"bytes": [
"b",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
],
"format": "",
"full_id": "__flag__",
"local": "__flag__",
"master_timeout": "",
"h": [],
"help": "__flag__",
Expand All @@ -30,7 +29,8 @@
"micros",
"nanos"
],
"v": "__flag__"
"v": "__flag__",
"include_unloaded_segments": "__flag__"
},
"methods": [
"GET"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"master_timeout": "",
"h": [],
"help": "__flag__",
"include_bootstrap": "__flag__",
"s": [],
"v": "__flag__"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"p",
"pb"
],
"local": "__flag__",
"master_timeout": "",
"h": [],
"help": "__flag__",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"cat.tasks": {
"url_params": {
"format": "",
"node_id": [],
"nodes": [],
"actions": [],
"detailed": "__flag__",
"parent_task": "",
"parent_task_id": "",
"h": [],
"help": "__flag__",
"s": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
"cat.thread_pool": {
"url_params": {
"format": "",
"size": [
"",
"k",
"time": [
"d",
"h",
"m",
"g",
"t",
"p"
"s",
"ms",
"micros",
"nanos"
],
"local": "__flag__",
"master_timeout": "",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"cat.transforms": {
"url_params": {
"from": 0,
"size": 0,
"allow_no_match": "__flag__",
"format": "",
"h": [],
"help": "__flag__",
"s": [],
"time": [
"d",
"h",
"m",
"s",
"ms",
"micros",
"nanos"
],
"v": "__flag__"
},
"methods": [
"GET"
],
"patterns": [
"_cat/transforms",
"_cat/transforms/{transform_id}"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-transforms.html"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"patterns": [
"_search/scroll"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-body.html#_clear_scroll_api"
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/clear-scroll-api.html"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"close_point_in_time": {
"methods": [
"DELETE"
],
"patterns": [
"_pit"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/point-in-time-api.html"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"patterns": [
"_component_template/{name}"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-templates.html"
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"cluster.delete_voting_config_exclusions": {
"url_params": {
"wait_for_removal": "__flag__"
},
"methods": [
"DELETE"
],
"patterns": [
"_cluster/voting_config_exclusions"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/voting-config-exclusions.html"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"cluster.exists_component_template": {
"url_params": {
"master_timeout": "",
"local": "__flag__"
},
"methods": [
"HEAD"
],
"patterns": [
"_component_template/{name}"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"cluster.get_component_template": {
"url_params": {
"flat_settings": "__flag__",
"master_timeout": "",
"local": "__flag__"
},
Expand All @@ -12,5 +11,6 @@
"_component_template",
"_component_template/{name}"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/getting-component-templates.html" }
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"patterns": [
"_cluster/settings"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-update-settings.html"
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-get-settings.html"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"cluster.post_voting_config_exclusions": {
"url_params": {
"node_ids": "",
"node_names": "",
"timeout": ""
},
"methods": [
"POST"
],
"patterns": [
"_cluster/voting_config_exclusions"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/voting-config-exclusions.html"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
"cluster.put_component_template": {
"url_params": {
"create": "__flag__",
"timeout": "",
"master_timeout": ""
},
"methods": [
"PUT"
"PUT",
"POST"
],
"patterns": [
"_component_template/{name}"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html" }
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"dangling_indices.delete_dangling_index": {
"url_params": {
"accept_data_loss": "__flag__",
"timeout": "",
"master_timeout": ""
},
"methods": [
"DELETE"
],
"patterns": [
"_dangling/{index_uuid}"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-gateway-dangling-indices.html"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"dangling_indices.import_dangling_index": {
"url_params": {
"accept_data_loss": "__flag__",
"timeout": "",
"master_timeout": ""
},
"methods": [
"POST"
],
"patterns": [
"_dangling/{index_uuid}"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-gateway-dangling-indices.html"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"dangling_indices.list_dangling_indices": {
"methods": [
"GET"
],
"patterns": [
"_dangling"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-gateway-dangling-indices.html"
}
}
Loading

0 comments on commit fdc76e0

Please sign in to comment.