Alerting & Response/Alert Templates
POSTAlertingSince 1.0SynchronousAuth Required
CloneAlertTemplate
Clone an existing message template with a new identifier
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
templateIdStringRequiredTemplate identifier to clone
Responses
Endpoint
POST/api/v1/alerting/templates/{templateId}/clone
/api/v1/alerting/templates/{templateId}/clone
Request Example
curl -X POST '{host}/api/v1/alerting/templates/{templateId}/clone' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{
"uuid": "tmpl-001",
"name": "Default Email Template",
"format": "markdown",
"content": "# Alert: {{.AlertName}}",
"source": "builtin",
"createDate": "example",
"lastOpDate": "example"
}Change History
This API has no change history records yet.
