Class GetIndexTemplateRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.GetIndexTemplateRequest

public class GetIndexTemplateRequest extends RequestBase
Get index templates. Get information about one or more index templates.
See Also:
  • Field Details

  • Method Details

    • of

    • flatSettings

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

      API name: flat_settings

    • includeDefaults

      @Nullable public final Boolean includeDefaults()
      If true, returns all relevant default configurations for the index template.

      API name: include_defaults

    • local

      @Deprecated @Nullable public final Boolean local()
      Deprecated.
      9.0.0 This parameter has no effect, is now deprecated, and will be removed in a future version.
      If true, the request retrieves information from the local node only. Defaults to false, which means information is retrieved from the master node.

      API name: local

    • 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

    • name

      @Nullable public final String name()
      Name of index template to retrieve. Wildcard (*) expressions are supported.

      API name: name