Class GetPipelineRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ingest.GetPipelineRequest

public class GetPipelineRequest extends RequestBase
Returns information about one or more ingest pipelines. This API returns a local reference of the pipeline.
See Also:
  • Field Details

  • Method Details

    • of

    • id

      @Nullable public final String id()
      Comma-separated list of pipeline IDs to retrieve. Wildcard (*) expressions are supported. To get all ingest pipelines, omit this parameter or use *.

      API name: id

    • masterTimeout

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

    • summary

      @Nullable public final Boolean summary()
      Return pipelines without their definitions (default: false)

      API name: summary