Class NodesInfoRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.nodes.NodesInfoRequest
Get node information.
 
By default, the API returns all attributes and core settings for cluster nodes.
- See Also:
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBaseRequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Endpoint<NodesInfoRequest,NodesInfoResponse, ErrorResponse> Endpoint "nodes.info".
- 
Method SummaryModifier and TypeMethodDescriptionfinal BooleanIf true, returns settings in flat format.metric()Limits the information returned to the specific metrics.nodeId()Comma-separated list of node IDs or names used to limit returned information.static NodesInfoRequestfinal Timetimeout()Period to wait for a response.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBasetoString
- 
Field Details- 
_ENDPOINTEndpoint "nodes.info".
 
- 
- 
Method Details- 
ofpublic static NodesInfoRequest of(Function<NodesInfoRequest.Builder, ObjectBuilder<NodesInfoRequest>> fn) 
- 
flatSettingsIf true, returns settings in flat format.API name: flat_settings
- 
metricLimits the information returned to the specific metrics. Supports a comma-separated list, such as http,ingest.API name: metric
- 
nodeIdComma-separated list of node IDs or names used to limit returned information.API name: node_id
- 
timeoutPeriod to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name: timeout
 
-