It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Extension
editExtension
editAn API extension. It represents clusters' plugins and bundles
Properties
edit-
deployments
(array[
string
)]
- The deployments using this extension.
-
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.
-
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", "id" : "string", "name" : "string", "url" : "string", "version" : "string" }