post https://eu-vsm.leanix.net/services/vsm/events/v1/dora/release
Create release events for your services.
These events will have an impact on the following DORA Metrics:
- Lead Time for Changes - The time it takes to go from code committed to code successfully running in production
- Deployment Frequency - The frequency of deployments to production made by your software teams
- Change Failure Rate - The percentage of deployments causing failures in production
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.