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

Sample request

curl -v https://demo-vsm.leanix.net/services/vsm/events/v1/dora/release \
  -H "Content-Type: application/json" \
  -d '{
  "releaseId": "26f148fb55df0fd244623d98fdd07cc425b1b8d6,
  "sourceType": "github",
  "sourceInstance": "leanix",
  "serviceName": "some-artifact",
  "data": {
    "changeIds":[
        "6fc68dd0053c5e04bd29c322973a060a9d09d90a",
        "23468dd0053c5e04bd29c322973a060a9d09d90a",
        "12368dd0053c5e04bd29c322973a060a9d09d90a"
    ],
    "releaseTime": "2021-11-18T15:13:39.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!