Render Dedup Key template

POST {{baseUrl}}/services/:serviceID/overlays/dedup-key/render

Request Body

{"overlay_template_type"=>"go", "template"=>"Alert Source: {{.labels.alertname}} Deplyment Status{{.labels.deployment}}", "payload"=>"{\"labels\": {\"alertname\":\"prometheus\", \"deployment\":\"failed\"}}"}

RESPONSES

status: OK

{"data":"Alert Source: prometheus Deplyment Statusfailed \u003cno value\u003e"}