A newer version is available. For the latest information, see the
current release documentation.
Get stack versionsedit
By default, retrieves only the available Elastic Stack versions. To retrieve all of the Elastic Stack versions, use the show_deleted parameter
.
Requestedit
GET /api/v1/stack/versions
Query parametersedit
Name | Type | Required | Description |
---|---|---|---|
|
|
N |
Whether to show deleted stack versions or not |
|
|
N |
Whether to show versions that are unusable by the authenticated user |
Responsesedit
-
200
-
(
StackVersionConfigs
) The list of all available Elastic Stack versions are retrieved, including the template version and structure.
To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.
Request exampleedit
curl -XGET {{hostname}}/api/v1/stack/versions \ -H "Authorization: ApiKey $ECE_API_KEY"