Skip to content

Commit ed6d2cb

Browse files
committed
rest-api-spec: use url and description from Elasticsarch specification
1 parent 6b1560d commit ed6d2cb

File tree

563 files changed

+975
-975
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

563 files changed

+975
-975
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/_internal.delete_desired_balance.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"_internal.delete_desired_balance":{
33
"documentation":{
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-desired-balance.html",
5-
"description": "This API is a diagnostics API and the output should not be relied upon for building applications."
5+
"description": "This API is a diagnostics API and the output should not be relied upon for building applications"
66
},
77
"stability":"experimental",
88
"visibility":"private",

rest-api-spec/src/main/resources/rest-api-spec/api/_internal.delete_desired_nodes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"_internal.delete_desired_nodes":{
33
"documentation":{
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-desired-nodes.html",
5-
"description": "Deletes the desired nodes. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported."
5+
"description": "Deletes the desired nodes"
66
},
77
"stability":"experimental",
88
"visibility":"private",

rest-api-spec/src/main/resources/rest-api-spec/api/_internal.get_desired_balance.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"_internal.get_desired_balance":{
33
"documentation":{
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/get-desired-balance.html",
5-
"description": "This API is a diagnostics API and the output should not be relied upon for building applications."
5+
"description": "This API is a diagnostics API and the output should not be relied upon for building applications"
66
},
77
"stability":"experimental",
88
"visibility":"private",

rest-api-spec/src/main/resources/rest-api-spec/api/_internal.get_desired_nodes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"_internal.get_desired_nodes":{
33
"documentation":{
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/get-desired-nodes.html",
5-
"description": "Gets the latest desired nodes. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported."
5+
"description": "Gets the latest desired nodes"
66
},
77
"stability":"experimental",
88
"visibility":"private",

rest-api-spec/src/main/resources/rest-api-spec/api/_internal.update_desired_nodes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"_internal.update_desired_nodes":{
33
"documentation":{
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/update-desired-nodes.html",
5-
"description": "Updates the desired nodes. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported."
5+
"description": "Updates the desired nodes"
66
},
77
"stability":"experimental",
88
"visibility":"private",

rest-api-spec/src/main/resources/rest-api-spec/api/async_search.delete.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"async_search.delete":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/async-search.html",
5-
"description": "Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted."
4+
"url":"https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-async-search-submit",
5+
"description": "Delete an async search"
66
},
77
"stability":"stable",
88
"visibility":"public",

rest-api-spec/src/main/resources/rest-api-spec/api/async_search.get.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"async_search.get":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/async-search.html",
5-
"description": "Retrieves the results of a previously submitted async search request given its ID."
4+
"url":"https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-async-search-submit",
5+
"description": "Get async search results"
66
},
77
"stability":"stable",
88
"visibility":"public",

rest-api-spec/src/main/resources/rest-api-spec/api/async_search.status.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"async_search.status":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/async-search.html",
5-
"description": "Retrieves the status of a previously submitted async search request given its ID."
4+
"url":"https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-async-search-submit",
5+
"description": "Get the async search status"
66
},
77
"stability":"stable",
88
"visibility":"public",

rest-api-spec/src/main/resources/rest-api-spec/api/async_search.submit.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"async_search.submit":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/async-search.html",
5-
"description": "Executes a search request asynchronously."
4+
"url":"https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-async-search-submit",
5+
"description": "Run an async search"
66
},
77
"stability":"stable",
88
"visibility":"public",

rest-api-spec/src/main/resources/rest-api-spec/api/autoscaling.delete_autoscaling_policy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"autoscaling.delete_autoscaling_policy":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-delete-autoscaling-policy.html",
5-
"description":"Deletes an autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported."
4+
"url":"https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-autoscaling-delete-autoscaling-policy",
5+
"description":"Delete an autoscaling policy"
66
},
77
"stability":"stable",
88
"visibility":"private",

0 commit comments

Comments
 (0)