IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Get all templates cross region.

edit

Global deployment template endpoint which fetches the deployment templates across all region services.

Request

edit

GET /api/v1/platform/configuration/templates/deployments/global

Responses

edit
200

(array[GlobalDeploymentTemplateInfo]) The deployment templates were returned successfully.

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

Request example

edit
curl -XGET https://{{hostname}}/api/v1/platform/configuration/templates/deployments/global \
-H "Authorization: ApiKey $ECE_API_KEY"