create_dora_failures_v2
Submit failure data to calculate DORA metrics, specifically Change Failure Rate and Time to Restore Service metrics.
Instructions
Use this API endpoint to provide failure data for DORA metrics.
This is necessary for:
- Change Failure Rate 
- Time to Restore 
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| No arguments | |||
Input Schema (JSON Schema)
{
  "properties": {},
  "type": "object"
}