circle-info
Squadcast is now SolarWinds Incident Response

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
chevron-right
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
chevron-right
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
chevron-right
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
chevron-right
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
delete
/v3/services/{serviceID}/overlays/dedup-key/{alertSource}

Last updated