Class DeleteNodeRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.shutdown.DeleteNodeRequest
Cancel node shutdown preparations. Remove a node from the shutdown list so it
can resume normal operations. You must explicitly clear the shutdown request
when a node rejoins the cluster or when a node has permanently left the
cluster. Shutdown requests are never removed automatically by Elasticsearch.
NOTE: This feature is designed for indirect use by Elastic Cloud, Elastic Cloud Enterprise, and Elastic Cloud on Kubernetes. Direct use is not supported.
If the operator privileges feature is enabled, you must be an operator to use this API.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<DeleteNodeRequest,
DeleteNodeResponse, ErrorResponse> Endpoint "shutdown.delete_node
". -
Method Summary
Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "shutdown.delete_node
".
-
-
Method Details
-
of
public static DeleteNodeRequest of(Function<DeleteNodeRequest.Builder, ObjectBuilder<DeleteNodeRequest>> fn) -
masterTimeout
Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.API name:
master_timeout
-
nodeId
Required - The node id of node to be removed from the shutdown stateAPI name:
node_id
-
timeout
Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name:
timeout
-