-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] Move licensing APIs to docs (#31445)
- Loading branch information
Showing
11 changed files
with
34 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...est-api/license/get-basic-status.asciidoc → ...rence/licensing/get-basic-status.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
[role="xpack"] | ||
[testenv="basic"] | ||
[[get-basic-status]] | ||
=== Get Basic Status API | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...est-api/license/get-trial-status.asciidoc → ...rence/licensing/get-trial-status.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
[role="xpack"] | ||
[testenv="basic"] | ||
[[get-trial-status]] | ||
=== Get Trial Status API | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[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::delete-license.asciidoc[] | ||
include::get-license.asciidoc[] | ||
include::get-trial-status.asciidoc[] | ||
include::start-trial.asciidoc[] | ||
include::get-basic-status.asciidoc[] | ||
include::start-basic.asciidoc[] | ||
include::update-license.asciidoc[] |
1 change: 1 addition & 0 deletions
1
.../en/rest-api/license/start-basic.asciidoc → .../reference/licensing/start-basic.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
[role="xpack"] | ||
[testenv="basic"] | ||
[[start-basic]] | ||
=== Start Basic API | ||
|
||
|
1 change: 1 addition & 0 deletions
1
.../en/rest-api/license/start-trial.asciidoc → .../reference/licensing/start-trial.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
[role="xpack"] | ||
[testenv="basic"] | ||
[[start-trial]] | ||
=== Start Trial API | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.