Class UsageRequest

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

public final class UsageRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • nodeId

      @Nullable public 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

    • metric

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

      API name: metric

    • timeout

      @Nullable public java.lang.String timeout()
      Explicit operation timeout

      API name: timeout