Test run of new docs
This commit is contained in:
61
docs/reference-license-get_basic_status.asciidoc
Normal file
61
docs/reference-license-get_basic_status.asciidoc
Normal file
@ -0,0 +1,61 @@
|
||||
[[reference-license-get_basic_status]]
|
||||
|
||||
////////
|
||||
===========================================================================================================================
|
||||
|| ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ ||
|
||||
|| ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ ||
|
||||
|| ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ ||
|
||||
|| ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ ||
|
||||
|| ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ ||
|
||||
|| ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| This file is autogenerated, DO NOT send pull requests that changes this file directly. ||
|
||||
|| You should update the script that does the generation, which can be found in: ||
|
||||
|| https://github.com/elastic/elastic-client-generator-js ||
|
||||
|| ||
|
||||
|| You can run the script with the following command: ||
|
||||
|| npm run elasticsearch -- --version <version> ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| ||
|
||||
===========================================================================================================================
|
||||
////////
|
||||
|
||||
[discrete]
|
||||
=== client.license.getBasicStatus
|
||||
|
||||
Retrieves information about the status of the basic license.
|
||||
|
||||
{ref}/get-basic-status.html[{es} documentation]
|
||||
|
||||
[discrete]
|
||||
==== Function signature
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
(LicenseGetBasicStatusRequest, options?): Promise<LicenseGetBasicStatusResponse>
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `LicenseGetBasicStatusRequest`
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
interface LicenseGetBasicStatusRequest extends <<shared-type-request-base, RequestBase>> {
|
||||
}
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `LicenseGetBasicStatusResponse`
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
interface LicenseGetBasicStatusResponse {
|
||||
eligible_to_start_basic: boolean
|
||||
}
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user