Class NodesUsageRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.nodes.NodesUsageRequest

public class NodesUsageRequest
extends RequestBase
Returns low-level information about REST actions usage on nodes.
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static NodesUsageRequest of​(java.util.function.Function<NodesUsageRequest.Builder,​ObjectBuilder<NodesUsageRequest>> fn)
    • metric

      public final java.util.List<java.lang.String> metric()
      Limit the information returned to the specified metrics

      API name: metric

    • nodeId

      public final java.util.List<java.lang.String> nodeId()
      A comma-separated list of node IDs or names to limit the returned information; use _local to return information from the node you're connecting to, leave empty to get information from all nodes

      API name: node_id

    • timeout

      @Nullable public final Time timeout()
      Explicit operation timeout

      API name: timeout