mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 21:48:39 +00:00
7f7ac08447
This is related to elastic/x-pack-elasticsearch#3877. This commit adds a route /start_basic that will self generate a basic license. The only validation that is performed is to check that you do not already have a basic license installed. Additionally, if you lose features from switching to a basic license, you must acknowledge the changes. Original commit: elastic/x-pack-elasticsearch@7b8eeb50b1
23 lines
550 B
Plaintext
23 lines
550 B
Plaintext
[role="xpack"]
|
|
[[licensing-apis]]
|
|
== Licensing APIs
|
|
|
|
You can use the following APIs to manage your licenses:
|
|
|
|
* <<delete-license>>
|
|
* <<get-license>>
|
|
* <<get-trial-status>>
|
|
* <<start-trial>>
|
|
* <<get-basic-status>>
|
|
* <<start-basic>>
|
|
* <<update-license>>
|
|
|
|
|
|
include::license/delete-license.asciidoc[]
|
|
include::license/get-license.asciidoc[]
|
|
include::license/get-trial-status.asciidoc[]
|
|
include::license/start-trial.asciidoc[]
|
|
include::license/get-basic-status.asciidoc[]
|
|
include::license/start-basic.asciidoc[]
|
|
include::license/update-license.asciidoc[]
|