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:
  • Field Details

  • Method Details

    • of

    • acceptEnterprise

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

      API name: accept_enterprise

    • categories

      public final List<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 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