Get stack versionsedit

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

Requestedit

GET /api/v1/stack/versions

Query parametersedit

Name Type Required Description

show_deleted

boolean

N

Whether to show deleted stack versions or not

Responsesedit

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 exampleedit

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