Get Trial Status API
editGet Trial Status API
editThis API enables you to check the status of your trial license.
Request
editGET _xpack/license/trial_status
Description
editIf you want to try the features that are included in a platinum license, you can start a 30-day trial.
You are allowed to initiate a trial license only if your cluster has not
already activated a trial license for the current major product version. For
example, if you have already activated a trial for v6.0, you cannot start a new
trial until v7.0. You can, however, contact info@elastic.co
to request an
extended trial license.
For more information about the different types of licenses, see https://www.elastic.co/subscriptions.
Authorization
editYou must have monitor
cluster privileges to use this API.
For more information, see Security privileges.
Examples
editThe following example checks whether you are eligible to start a trial:
GET _xpack/license/trial_status
Example response:
{ "eligible_to_start_trial": true }