Create incident events for your services.
These events will have an impact on the following DORA Metrics:

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

Language
Authentication
URL
Click Try It! to start a request and see the response here!