Get all templates cross region.
Global deployment template endpoint which fetches the deployment templates across all region services.
GET /platform/configuration/templates/deployments/global
curl \
-X GET https://{{hostname}}/api/v1/platform/configuration/templates/deployments/global
Response examples (200)
[
{
"template_category_id": "string",
"name": "string",
"description": "string",
"order": 42,
"metadata": [
{
"key": "string",
"value": "string"
}
],
"regions": [
{
"region_id": "string",
"deployment_template_id": "string",
"versions": [
"string"
],
"kibana_deeplink": [
{
"semver": "string",
"uri": "string"
}
]
}
]
}
]