Extension

edit

An 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"
}