dora_incidents
Creates, updates, deletes, gets or lists a dora_incidents resource.
Overview
| Name | dora_incidents | 
| Type | Resource | 
| Id | datadog.software_delivery.dora_incidents | 
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description | 
|---|---|---|---|---|
| create_doraincident | insert | region,data__data | Note: This endpoint is deprecated. Please use /api/v2/dora/failureinstead.Use this API endpoint to provide failure data for DORA metrics. This is necessary for: - Change Failure Rate - Time to Restore | 
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description | 
|---|---|---|
| region | string | (default: datadoghq.com) | 
INSERT examples
- create_doraincident
- Manifest
Note: This endpoint is deprecated. Please use /api/v2/dora/failure instead.
Use this API endpoint to provide failure data for DORA metrics.
This is necessary for:
- Change Failure Rate
- Time to Restore
INSERT INTO datadog.software_delivery.dora_incidents (
data__data,
region
)
SELECT 
'{{ data }}' /* required */,
'{{ region }}'
RETURNING
data
;
# Description fields are for documentation purposes
- name: dora_incidents
  props:
    - name: region
      value: string
      description: Required parameter for the dora_incidents resource.
    - name: data
      value: object
      description: |
        The JSON:API data.