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: