A newer version is available. For the latest information, see the
current release documentation.
CreateExtensionRequest
edit
The body of a request to create a new extension
Propertiesedit
-
extension_type
(string
, required) - The extension type.
-
name
(string
, required) - The name of the extension.
-
url
(string
, required) - The extension URL.
-
version
(string
) - The Elasticsearch version.
Exampleedit
{ "extension_type" : "string", "name" : "string", "url" : "string", "version" : "string" }