Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Services/Overlay/Dedup Key Overlay

Get All Dedup Key Overlay by Service

get
/v3/services/{serviceID}/overlays/dedup-key
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
serviceIDstringRequired
Header parameters
authorizationstringOptional
Responses
200

The request has succeeded.

application/json
get/v3/services/{serviceID}/overlays/dedup-key

Render Dedup Key template

post
/v3/services/{serviceID}/overlays/dedup-key/render
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
serviceIDstringRequired
Body
overlay_template_typestringRequired
templatestringRequired
payloadstringRequired
Responses
200

The request has succeeded.

application/json
datastringRequired
post/v3/services/{serviceID}/overlays/dedup-key/render

Get Dedup Key Overlay for Alert Source

get
/v3/services/{serviceID}/overlays/dedup-key/{alertSource}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
serviceIDstringRequired
alertSourcestringRequired
Header parameters
authorizationstringOptional
Responses
200

The request has succeeded.

application/json
get/v3/services/{serviceID}/overlays/dedup-key/{alertSource}

Update Dedup Key Overlay

put
/v3/services/{serviceID}/overlays/dedup-key/{alertSource}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
serviceIDstringRequired
alertSourcestringRequired
Body
overlay_template_typestringRequired
Responses
200

The request has succeeded.

application/json
or
put/v3/services/{serviceID}/overlays/dedup-key/{alertSource}

Delete Dedup Key Overlay

delete
/v3/services/{serviceID}/overlays/dedup-key/{alertSource}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
serviceIDstringRequired
alertSourcestringRequired
Header parameters
authorizationstringOptional
Responses
204

There is no content to send for this request, but the headers may be useful.

*/*
objectOptional
delete/v3/services/{serviceID}/overlays/dedup-key/{alertSource}

Last updated