IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Extension
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Extension
editAn API extension. It represents clusters' plugins and bundles
Properties
edit-
deployments(array[string)] - List of deployments using this extension. Up to only 10000 deployments will be included in the list.
-
description(string) - The extension description.
-
download_url(string) - The download URL specified during extension creation.
-
extension_type(string; allowed values: [plugin,bundle], required) - The extension type.
-
file_metadata(ExtensionFileMetadata) - The extension file metadata.
-
id(string, required) - The extension ID
-
name(string, required) - The extension name.
-
url(string, required) - The extension URL to be used in the plan.
-
version(string, required) - The Elasticsearch version.
Example
edit{
"deployments" : [
"string"
],
"description" : "string",
"download_url" : "string",
"extension_type" : "string",
"file_metadata" : {
"last_modified_date" : "2019-01-01T00:00:00Z",
"size" : 0,
"url" : "https://example.net"
},
"id" : "string",
"name" : "string",
"url" : "string",
"version" : "string"
}