IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
List Extensions
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
List Extensions
editRetrieves all of the available extensions.
Request
editGET /api/v1/deployments/extensions
Query parameters
edit| Name | Type | Required | Description |
|---|---|---|---|
|
|
N |
Include deployments referencing this extension. DEPRECATED: To get the list of deployments that reference an extension, use the Get Extension API. |
Responses
edit-
200 -
The extensions that are available
Request example
editcurl -XGET https://{{hostname}}/api/v1/deployments/extensions \
-H "Authorization: ApiKey $ECE_API_KEY"