Get stack versions

edit

By default, returns only the available Elastic Stack versions. Use parameter show_deleted to get all versions

Request

edit

GET /api/v1/stack/versions

Query parameters

edit
Name Type Required Description

show_deleted

boolean

N

Whether to show deleted stack versions or not

Responses

edit
200

(StackVersionConfigs) List of all available stack configurations with template version and structure

To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.

Request example

edit
curl -XGET {{hostname}}/api/v1/stack/versions \
-u $CLOUD_USER:$CLOUD_KEY