Class XpackInfoRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.xpack.XpackInfoRequest

public class XpackInfoRequest
extends RequestBase
Provides general information about the installed X-Pack features.
See Also:
API specification
  • Field Details

  • Method Details

    • of

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

      @Nullable public final java.lang.Boolean acceptEnterprise()
      If this param is used it must be set to true

      API name: accept_enterprise

    • categories

      public final java.util.List<java.lang.String> categories()
      A comma-separated list of the information categories to include in the response. For example, build,license,features.

      API name: categories

    • human

      @Nullable public final java.lang.Boolean human()
      Defines whether additional human-readable information is included in the response. In particular, it adds descriptions and a tag line.

      API name: human