Custom Incident Impact Registration
Use this endpoint with the POST method to register Custom Incident Impact values.
Some teams track incidents outside of traditional Observability tools. Custom impact sources allow you to submit these values to Sleuth and get your Failure Rate and MTTR values.
Path
The endpoint path takes 4 slugs which direct the manual changes to the correct code project:
ORG_SLUG
: found in the URL of your Sleuth org, immediately followinghttps://app.sleuth.io/
PROJECT_SLUG
: found in the URL, following the prefixhttps://app.sleuth.io/org_slug/
ENVIRONMENT_SLUG
: found at the end of the URL of your Sleuth org when navigating to the target project and selecting the target custom incident impact source:env_slug=
ENVIRONMENT_SLUG
IMPACT_SOURCE_SLUG
: found in the URL of your Sleuth org when navigating to the target project and selecting the target custom incident impact source, just before the?env_slug
The API key
must also be added to the end of the path in this instance.
Parameters
api_key
*
string
Can be found in the Organization Settings
-> Details
-> Api Key
field in your Sleuth org.
type
*
string
Valid types are triggered
, resolved
, and reopened
.
Make sure you replace the values surrounded by<
and >
with your own values.
Last updated