Class XpackInfoRequest

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

public class XpackInfoRequest extends RequestBase
Get information. The information provided by the API includes:
  • Build information including the build number and timestamp.
  • License information about the currently installed license.
  • Feature information for the features that are currently enabled and available under the current license.
See Also:
  • Field Details

  • Method Details

    • of

    • acceptEnterprise

      @Deprecated @Nullable public final Boolean acceptEnterprise()
      Deprecated.
      8.0.0 Supported for backwards compatibility with 7.x
      If this param is used it must be set to true

      API name: accept_enterprise

    • categories

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