New

The executive guide to generative AI

Read more
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Get Basic Status

edit

Execution

edit

The basic status of the license can be retrieved as follows:

GetBasicStatusResponse response = client.license().getBasicStatus(RequestOptions.DEFAULT);

Response

edit

The returned GetTrialStatusResponse holds only a boolean flag:

boolean eligibleToStartbasic = response.isEligibleToStartBasic(); 

Whether the license is eligible to start basic or not

Was this helpful?
Feedback