Class InfoRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.nodes.InfoRequest
All Implemented Interfaces:
ElasticsearchCommonRequest

public final class InfoRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • nodeId

      @Nullable public java.util.List<java.lang.String> nodeId()
      Comma-separated list of node IDs or names used to limit returned information.

      API name: node_id

    • metric

      @Nullable public java.util.List<java.lang.String> metric()
      Limits the information returned to the specific metrics. Supports a comma-separated list, such as http,ingest.

      API name: metric

    • flatSettings

      @Nullable public java.lang.Boolean flatSettings()
      If true, returns settings in flat format.

      API name: flat_settings

    • masterTimeout

      @Nullable public java.lang.String 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

    • timeout

      @Nullable public java.lang.String 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