Create change 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

Sample Request


curl -v http://demo-vsm.leanix.net/services/vsm/events/v1/dora/change \
  -H "Content-Type: application/json" \
  -d '{
    "changeId": "6fc68dd0053c5e04bd29c322973a060a9d09d90a",
    "sourceType": "github",
    "sourceInstance": "leanix",
    "serviceName": "some-artifact",
    "data": {
      "name":"developer name",
      "email": "[email protected]",
      "username": "developer username",
      "changeTime": "2021-12-15T15:13:39.4589254Z"
    }
  }'

For parameter definitions, please see the Body Params section below.

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