Get all templates cross region.edit

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

Requestedit

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

Responsesedit

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 exampleedit

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