post https://eu-vsm.leanix.net/services/vsm/events/v1/dora/incident
Create incident events for your services.
These events will have an impact on the following DORA Metrics:
- Mean Time to Recovery - The time it takes to resolve or rollback an error in production
- Change Failure Rate - The percentage of deployments causing failures in production
Sample Request
curl -v http://demo-vsm.leanix.net/services/vsm/events/v1/dora/incident \
-H "Content-Type: application/json" \
-d '{
"incidentId": "6fc68dd0053c5e04bd29c322973a060a9d09d90a",
"sourceType": "pagerDuty",
"sourceInstance": "prod",
"serviceName": "some-artifact",
"data": {
"incidentTime": "2021-11-18T17:13:39.4589254Z"
"resolvedTime": "2021-11-19T22:12:38.4589254Z"
}
}'
For parameter definitions, please see the Body Params section below