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.

Request exampleedit

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