create_dora_deployments_v2
Submit deployment data to Datadog for calculating DORA metrics including deployment frequency, change lead time, and change failure rate.
Instructions
Use this API endpoint to provide data about deployments for DORA metrics.
This is necessary for:
- Deployment Frequency 
- Change Lead Time 
- Change Failure Rate 
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| No arguments | |||
Input Schema (JSON Schema)
{
  "properties": {},
  "type": "object"
}