Datadog/dora
@webframp/datadog/dorav2026.07.20.11
01README
Datadog DORA Metrics — deployment frequency, lead time, MTTR, and change failure rate
02Release Notes
2026.07.20.11
Added: Initial code-generated release of @webframp/datadog/dora with 9 methods covering the Datadog dora API surface.
03Models
@webframp/datadog/dorav2026.07.20.11datadog/dora.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| apiKey | string | Datadog API key (DD-API-KEY) |
| appKey | string | Datadog application key (DD-APPLICATION-KEY) |
| site | enum | Datadog site |
fn create_dora_deployment(custom_tags?: unknown, env?: string, finished_at: number, git?: unknown, service: string, started_at: number, team?: string, version?: string)
Send a deployment event
| Argument | Type | Description |
|---|---|---|
| custom_tags? | unknown | |
| env? | string | Environment name to where the service was deployed. |
| finished_at | number | Unix timestamp when the deployment finished. It must be in nanoseconds, milli... |
| git? | unknown | |
| service | string | Service name. |
| started_at | number | Unix timestamp when the deployment started. It must be in nanoseconds, millis... |
| team? | string | Name of the team owning the deployed service. If not provided, this is automa... |
| version? | string |
fn delete_dora_deployment(deployment_id: string)
Delete a deployment event
| Argument | Type | Description |
|---|---|---|
| deployment_id | string | The ID of the deployment event to delete. |
fn list_dora_deployments(from?: string, limit?: number, query?: string, sort?: string, to?: string)
Get a list of deployment events
| Argument | Type | Description |
|---|---|---|
| from? | string | Minimum timestamp for requested events. |
| limit? | number | Maximum number of events in the response. |
| query? | string | Search query with event platform syntax. |
| sort? | string | Sort order (prefixed with `-` for descending). |
| to? | string | Maximum timestamp for requested events. |
fn get_dora_deployment(deployment_id: string)
Get a deployment event
| Argument | Type | Description |
|---|---|---|
| deployment_id | string | The ID of the deployment event. |
fn patch_dora_deployment(deployment_id: string, change_failure?: boolean, remediation?: unknown)
Patch a deployment event
| Argument | Type | Description |
|---|---|---|
| deployment_id | string | The ID of the deployment event. |
| change_failure? | boolean | Indicates whether the deployment resulted in a change failure. |
| remediation? | unknown |
fn create_dora_failure(custom_tags?: unknown, env?: string, finished_at?: number, git?: unknown, name?: string, services?: array, severity?: string, started_at: number, team?: string, version?: string)
Send an incident event
| Argument | Type | Description |
|---|---|---|
| custom_tags? | unknown | |
| env? | string | Environment name that was impacted by the incident. |
| finished_at? | number | Unix timestamp when the incident finished. It must be in nanoseconds, millise... |
| git? | unknown | |
| name? | string | Incident name. |
| services? | array | Service names impacted by the incident. If possible, use names registered in ... |
| severity? | string | Incident severity. |
| started_at | number | Unix timestamp when the incident started. It must be in nanoseconds, millisec... |
| team? | string | Name of the team owning the services impacted. If possible, use team handles ... |
| version? | string |
fn delete_dora_failure(failure_id: string)
Delete an incident event
| Argument | Type | Description |
|---|---|---|
| failure_id | string | The ID of the incident event to delete. |
fn list_dora_failures(from?: string, limit?: number, query?: string, sort?: string, to?: string)
Get a list of incident events
| Argument | Type | Description |
|---|---|---|
| from? | string | Minimum timestamp for requested events. |
| limit? | number | Maximum number of events in the response. |
| query? | string | Search query with event platform syntax. |
| sort? | string | Sort order (prefixed with `-` for descending). |
| to? | string | Maximum timestamp for requested events. |
fn get_dora_failure(failure_id: string)
Get an incident event
| Argument | Type | Description |
|---|---|---|
| failure_id | string | The ID of the incident event. |
Resources
dora_deployment(infinite)— Send a deployment event
dora_deployments(infinite)— Get a list of deployment events
patch_dora_deployment(infinite)— Patch a deployment event
dora_failure(infinite)— Send an incident event
dora_failures(infinite)— Get a list of incident events
04Stats
A
100 / 100
Downloads
0
Archive size
12.9 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels