A newer version is available. For the latest information, see the
current release documentation.
Get stack versionedit
Retrieves the Elastic Stack version and template.
Requestedit
GET /api/v1/stack/versions/{version}
Path parametersedit
Name | Type | Required | Description |
---|---|---|---|
|
|
Y |
The Elastic Stack version. |
Responsesedit
-
200
-
(
StackVersionConfig
) The Elastic Stack version is found. -
404
-
(
BasicFailedReply
) The Elastic Stack version can't be found.
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/{version} \ -u $CLOUD_USER:$CLOUD_KEY