Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
839 changes: 3 additions & 836 deletions output/openapi/elasticsearch-openapi.json

Large diffs are not rendered by default.

21 changes: 14 additions & 7 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { Duration } from '@_types/Time'
*
* NOTE: This feature is designed for indirect use by Elasticsearch Service, Elastic Cloud Enterprise, and Elastic Cloud on Kubernetes. Direct use is not supported.
* @rest_spec_name autoscaling.delete_autoscaling_policy
* @availability stack since=7.11.0 stability=stable
* @availability stack since=7.11.0 stability=stable visibility=private
* @doc_id autoscaling-delete-autoscaling-policy
* @ext_doc_id autoscaling
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { Duration } from '@_types/Time'
* This information is provided for diagnosis only.
* Do not use this information to make autoscaling decisions.
* @rest_spec_name autoscaling.get_autoscaling_capacity
* @availability stack since=7.11.0 stability=stable
* @availability stack since=7.11.0 stability=stable visibility=private
* @doc_id autoscaling-get-autoscaling-capacity
* @ext_doc_id autoscaling
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { Duration } from '@_types/Time'
*
* NOTE: This feature is designed for indirect use by Elasticsearch Service, Elastic Cloud Enterprise, and Elastic Cloud on Kubernetes. Direct use is not supported.
* @rest_spec_name autoscaling.get_autoscaling_policy
* @availability stack since=7.11.0 stability=stable
* @availability stack since=7.11.0 stability=stable visibility=private
* @doc_id autoscaling-get-autoscaling-capacity
* @ext_doc_id autoscaling
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { AutoscalingPolicy } from '@autoscaling/_types/AutoscalingPolicy'
*
* NOTE: This feature is designed for indirect use by Elasticsearch Service, Elastic Cloud Enterprise, and Elastic Cloud on Kubernetes. Direct use is not supported.
* @rest_spec_name autoscaling.put_autoscaling_policy
* @availability stack since=7.11.0 stability=stable
* @availability stack since=7.11.0 stability=stable visibility=private
* @doc_id autoscaling-put-autoscaling-policy
* @ext_doc_id autoscaling
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { TimeUnit } from '@_types/Time'
*
* If the operator privileges feature is enabled, you must be an operator to use this API.
* @rest_spec_name shutdown.delete_node
* @availability stack since=7.13.0 stability=stable
* @availability stack since=7.13.0 stability=stable visibility=private
* @cluster_privileges manage
* @doc_id nodes-api-shutdown-delete
*/
Expand Down
2 changes: 1 addition & 1 deletion specification/shutdown/get_node/ShutdownGetNodeRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { TimeUnit } from '@_types/Time'
*
* If the operator privileges feature is enabled, you must be an operator to use this API.
* @rest_spec_name shutdown.get_node
* @availability stack since=7.13.0 stability=stable
* @availability stack since=7.13.0 stability=stable visibility=private
* @cluster_privileges manage
* @doc_id nodes-api-shutdown-status
*/
Expand Down
2 changes: 1 addition & 1 deletion specification/shutdown/put_node/ShutdownPutNodeRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import { Type } from '../_types/types'
* IMPORTANT: This API does NOT terminate the Elasticsearch process.
* Monitor the node shutdown status to determine when it is safe to stop Elasticsearch.
* @rest_spec_name shutdown.put_node
* @availability stack since=7.13.0 stability=stable
* @availability stack since=7.13.0 stability=stable visibility=private
* @cluster_privileges manage
* @doc_id nodes-api-shutdown
*/
Expand Down